aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/script/objects/rootobjcbx.h
blob: eb07530c9568309d5bb3dfb746d31f6a1e11f762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// ----------------------------------------------------------------------------
// Generated by InterfaceFactory [Thu May 15 21:06:33 2003]
// 
// File        : rootobjcbx.h
// Class       : RootObjectCallback
// class layer : Dispatchable Receiver
// ----------------------------------------------------------------------------

#ifndef __ROOTOBJECTCALLBACKX_H
#define __ROOTOBJECTCALLBACKX_H

#include "rootobjcb.h"




// ----------------------------------------------------------------------------

class RootObjectCallbackX : public RootObjectCallback {
  protected:
    RootObjectCallbackX() {}
  public:
    virtual void rootobjectcb_onNotify(const wchar_t *a, const wchar_t *b, int c, int d)=0;
  
  protected:
    RECVS_DISPATCH;
};

#endif // __ROOTOBJECTCALLBACKX_H