1
0

syscbx.h 742 B

123456789101112131415161718192021222324252627282930
  1. // ----------------------------------------------------------------------------
  2. // Generated by InterfaceFactory [Wed May 07 00:58:36 2003]
  3. //
  4. // File : syscbx.h
  5. // Class : SysCallback
  6. // class layer : Dispatchable Receiver
  7. // ----------------------------------------------------------------------------
  8. #ifndef __SYSCALLBACKX_H
  9. #define __SYSCALLBACKX_H
  10. #include "syscb.h"
  11. // ----------------------------------------------------------------------------
  12. class SysCallbackX : public SysCallback {
  13. protected:
  14. SysCallbackX() {}
  15. public:
  16. virtual FOURCC getEventType()=0;
  17. virtual int notify(int msg, intptr_t param1 = 0, intptr_t param2 = 0)=0;
  18. protected:
  19. RECVS_DISPATCH;
  20. };
  21. #endif // __SYSCALLBACKX_H