Fixed a few warnings.
[tangerine.git] / arch / all-unix / hidd / tap / tap.conf
blobed2705c455999c380dcb8cb93688d5ab951ed36b
1 ##begin config
2 basename UXTap
3 libbasetype struct IntHIDDTapBase
4 version 1.0
5 classptr_field hdg_csd.taphiddclass
6 classid CLID_Hidd_Tap
7 superclass CLID_Root
8 classdatatype struct HIDDTapData
9 ##end config
11 ##begin cdefprivate
12 #include <hidd/tap.h>
13 #include "tap_intern.h"
14 ##end cdefprivate
16 ##begin methodlist
17 .interface Hidd_Tap
18 NewUnit
19 DisposeUnit
20 ##end methodlist
23 ##begin class
24 ##begin config
25 basename UXTapUnit
26 type hidd
27 classptr_field hdg_csd.tapunitclass
28 classid CLID_Hidd_TapUnit
29 superclass CLID_Root
30 classdatatype struct HIDDTapUnitData
31 ##end config
33 ##begin methodlist
34 .interface Root
35 New
36 Dispose
37 #Set
38 #Get
39 .interface Hidd_TapUnit
40 Init
41 Write
42 Stop
43 Start
44 GetStatus
45 ##end methodlist
46 ##end class