source:
trunk/src/kernel32/hmcomm.h@
1849
Last change on this file since 1849 was 1847, checked in by , 26 years ago | |
---|---|
File size: 344 bytes |
Line | |
---|---|
1 | /* $Id: hmcomm.h,v 1.2 1999-11-26 08:18:15 achimha Exp $ */ |
2 | |
3 | /* |
4 | * Project Odin Software License can be found in LICENSE.TXT |
5 | * |
6 | * Win32 COM device access class |
7 | * |
8 | * 1999 Achim Hasenmueller <achimha@innotek.de> |
9 | * |
10 | */ |
11 | |
12 | #ifndef _HM_COMM_H_ |
13 | #define _HM_COMM_H_ |
14 | |
15 | class HMDeviceCommHandler : public HMDeviceHandler |
16 | { |
17 | |
18 | |
19 | }; |
20 | |
21 | |
22 | |
23 | #endif // _HM_COMM_H_ |
Note:
See TracBrowser
for help on using the repository browser.