syscbx.cpp 555 B

123456789101112131415161718192021
  1. // ----------------------------------------------------------------------------
  2. // Generated by InterfaceFactory [Wed May 07 00:58:36 2003]
  3. //
  4. // File : syscbx.cpp
  5. // Class : SysCallback
  6. // class layer : Dispatchable Receiver
  7. // ----------------------------------------------------------------------------
  8. #include "precomp.h"
  9. #include "syscbx.h"
  10. #ifdef CBCLASS
  11. #undef CBCLASS
  12. #endif
  13. #define CBCLASS SysCallbackX
  14. START_DISPATCH;
  15. CB(SYSCALLBACK_GETEVENTTYPE, getEventType);
  16. CB(SYSCALLBACK_NOTIFY, notify);
  17. END_DISPATCH;
  18. #undef CBCLASS