mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
606 B
22 lines
606 B
// RuleInstanceEvent.h: interface for the CRuleInstanceEvent class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#if !defined(AFX_RULEINSTANCEEVENT_H__5F72D140_8D58_11D3_BE84_0000F87A3912__INCLUDED_)
|
|
#define AFX_RULEINSTANCEEVENT_H__5F72D140_8D58_11D3_BE84_0000F87A3912__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#include "RuleEvent.h"
|
|
|
|
class CRuleInstanceEvent : public CRuleEvent
|
|
{
|
|
public:
|
|
CRuleInstanceEvent();
|
|
virtual ~CRuleInstanceEvent();
|
|
|
|
};
|
|
|
|
#endif // !defined(AFX_RULEINSTANCEEVENT_H__5F72D140_8D58_11D3_BE84_0000F87A3912__INCLUDED_)
|