aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/script/objects/rootobjcb.h
blob: 9e3f1e3c1a8fccc573443a3bc783876deb2c9474 (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
30
31
32
33
34
35
36
37
38
39
40
// ----------------------------------------------------------------------------
// Generated by InterfaceFactory [Thu May 15 21:06:33 2003]
// 
// File        : rootobjcb.h
// Class       : RootObjectCallback
// class layer : Dispatchable Interface
// ----------------------------------------------------------------------------

#ifndef __ROOTOBJECTCALLBACK_H
#define __ROOTOBJECTCALLBACK_H

#include <bfc/dispatch.h>
#include <bfc/common.h>



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

class RootObjectCallback: public Dispatchable {
  protected:
    RootObjectCallback() {}
    ~RootObjectCallback() {}
  public:
    void rootobjectcb_onNotify(const wchar_t *a, const wchar_t *b, int c, int d);
  
  protected:
    enum {
      ROOTOBJECTCALLBACK_ROOTOBJECTCB_ONNOTIFY = 10,
    };
};

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

inline void RootObjectCallback::rootobjectcb_onNotify(const wchar_t *a, const wchar_t *b, int c, int d) {
  _voidcall(ROOTOBJECTCALLBACK_ROOTOBJECTCB_ONNOTIFY, a, b, c, d);
}

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

#endif // __ROOTOBJECTCALLBACK_H