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