Usermode/AxWin4 - Send mouse/keyboard events to client
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CConfigIPC.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * CConfigIPC.hpp
6  * - Configuration class
7  */
8 #ifndef _CCONFIGIPC_H_
9 #define _CCONFIGIPC_H_
10
11 #include <string>
12
13 namespace AxWin {
14
15 class CConfigIPC_Channel
16 {
17 public:
18         ::std::string   m_name;
19         ::std::string   m_argument;
20 };
21
22 class CConfigIPC
23 {
24 public:
25         CConfigIPC();
26 };
27
28 };      // namespace AxWin
29
30 #endif
31

UCC git Repository :: git.ucc.asn.au