Updated from original SVN.
[cake.git] / workbench / classes / gadgets / texteditor / includes / interfaces / mccclass.h
blob829f7e898f6d89b8a4130ff1520034eb010f9c7d
1 #ifndef MCCCLASS_INTERFACE_DEF_H
2 #define MCCCLASS_INTERFACE_DEF_H
4 /*
5 ** This file was machine generated by idltool 50.10.
6 ** Do not edit
7 */
9 #ifndef EXEC_TYPES_H
10 #include <exec/types.h>
11 #endif
12 #ifndef EXEC_EXEC_H
13 #include <exec/exec.h>
14 #endif
15 #ifndef EXEC_INTERFACES_H
16 #include <exec/interfaces.h>
17 #endif
20 struct MCCClassIFace
22 struct InterfaceData Data;
24 ULONG APICALL (*Obtain)(struct MCCClassIFace *Self);
25 ULONG APICALL (*Release)(struct MCCClassIFace *Self);
26 void APICALL (*Expunge)(struct MCCClassIFace *Self);
27 struct Interface * APICALL (*Clone)(struct MCCClassIFace *Self);
28 ULONG APICALL (*MCC_Query)(struct MCCClassIFace *Self, LONG which);
31 #endif /* MCCCLASS_INTERFACE_DEF_H */