Source code of Windows XP (NT5)
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

  1. // RuleInstanceEvent.h: interface for the CRuleInstanceEvent class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_RULEINSTANCEEVENT_H__5F72D140_8D58_11D3_BE84_0000F87A3912__INCLUDED_)
  5. #define AFX_RULEINSTANCEEVENT_H__5F72D140_8D58_11D3_BE84_0000F87A3912__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "RuleEvent.h"
  10. class CRuleInstanceEvent : public CRuleEvent
  11. {
  12. public:
  13. CRuleInstanceEvent();
  14. virtual ~CRuleInstanceEvent();
  15. };
  16. #endif // !defined(AFX_RULEINSTANCEEVENT_H__5F72D140_8D58_11D3_BE84_0000F87A3912__INCLUDED_)