blob: 14dd63ad01a15743d772e45e37fb48398f37a41a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef __ROOTOBJCB_H
#define __ROOTOBJCB_H
//<?<autoheader/>
#include "rootobjcb.h"
#include "rootobjcbx.h"
//?>
class NOVTABLE RootObjectCallbackI : public RootObjectCallbackX {
public:
DISPATCH(10) virtual void rootobjectcb_onNotify(const wchar_t *a, const wchar_t *b, int c, int d)=0;
};
#endif
|