1
0

rootobjcbx.h 777 B

1234567891011121314151617181920212223242526272829
  1. // ----------------------------------------------------------------------------
  2. // Generated by InterfaceFactory [Thu May 15 21:06:33 2003]
  3. //
  4. // File : rootobjcbx.h
  5. // Class : RootObjectCallback
  6. // class layer : Dispatchable Receiver
  7. // ----------------------------------------------------------------------------
  8. #ifndef __ROOTOBJECTCALLBACKX_H
  9. #define __ROOTOBJECTCALLBACKX_H
  10. #include "rootobjcb.h"
  11. // ----------------------------------------------------------------------------
  12. class RootObjectCallbackX : public RootObjectCallback {
  13. protected:
  14. RootObjectCallbackX() {}
  15. public:
  16. virtual void rootobjectcb_onNotify(const wchar_t *a, const wchar_t *b, int c, int d)=0;
  17. protected:
  18. RECVS_DISPATCH;
  19. };
  20. #endif // __ROOTOBJECTCALLBACKX_H