Usermode/AxWin4 - Send mouse/keyboard events to client
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / CConfig.cpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang)
4  *
5  * CConfig.cpp
6  * - Configuration
7  */
8 #include <CConfig.hpp>
9
10 namespace AxWin {
11
12 CConfig::CConfig()
13 {
14 }
15
16 bool CConfig::parseCommandline(int argc, char *argv[])
17 {
18         return false;
19 }
20
21 CConfigVideo::CConfigVideo()
22 {
23 }
24
25 CConfigInput::CConfigInput():
26         mouse_device("/Devices/Mouse/system")
27 {
28 }
29
30 CConfigIPC::CConfigIPC()
31 {
32 }
33
34 };      // namespace AxWin
35

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