CEventAutoBondAction.h 301 B

12345678910111213141516171819
  1. #pragma once
  2. #include "CEventBase.h"
  3. #include "SystemResources.h"
  4. #include "sender.hpp"
  5. //¹Ì¾§Ị̈߳¬¹Ì¾§Íê³É
  6. class __declspec(dllexport) CEventAutoBondAction :
  7. public CEventBase
  8. {
  9. private:
  10. LONG Action();
  11. #ifdef FSM_TEST
  12. LONG ActionTest();
  13. #endif
  14. public:
  15. CEventAutoBondAction();
  16. };