12345678910111213141516171819 |
- #pragma once
- #include "CEventBase.h"
- #include "SystemResources.h"
- #include "sender.hpp"
- //¹Ì¾§Ị̈߳¬¹Ì¾§Íê³É
- class __declspec(dllexport) CEventAutoBondAction :
- public CEventBase
- {
- private:
- LONG Action();
- #ifdef FSM_TEST
- LONG ActionTest();
- #endif
- public:
- CEventAutoBondAction();
- };
|