12345678910111213141516171819202122232425262728293031323334 |
- #ifndef IECEXCHANGEMODIFYTABLE
- #define IECEXCHANGEMODIFYTABLE
- #include <mapidefs.h>
- #include <edkmdb.h>
- namespace KC {
- class IECExchangeModifyTable : public IExchangeModifyTable {
- public:
- virtual HRESULT __stdcall DisablePushToServer() = 0;
- };
- }
- #endif
|