1234567891011121314151617181920 |
- // CommondServer.h: interface for the CCommondServer class.
- //
- //////////////////////////////////////////////////////////////////////
- class CCommondServer : public CObject
- {
- public:
- void PushCommondToDevice(CAction* action);
- CCommondServer();
- virtual ~CCommondServer();
- };
|