source: trunk/src/kernel32/hmcomm.h@ 1846

Last change on this file since 1846 was 1846, checked in by achimha, 26 years ago

first hmcomm revision

File size: 294 bytes
Line 
1/* $Id */
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
15class 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.