Workaround for includes conflict that stopped compilation with GCC 3.
[cake.git] / rom / hidd / hiddclass.conf
blobded84c838d3ab5f5c957fc6801d4b2f2487a3f6f
1 ##begin config
2 basename HIDDCl
3 libbasetype struct IntHIDDClassBase
4 version 1.1
5 residentpri 92
6 classid CLID_Hidd
7 superclass CLID_Root
8 classptr_field hd_csd.hiddclass
9 classdatatype struct HIDDData
10 options noexpunge
11 ##end config
13 ##begin cdefprivate
14 #include "hiddclass_intern.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Set
21 Get
22 #.interface Hidd  Is empty interface needed ?
23 ##end methodlist