Usermode/axwin4 - Continuing
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / CIPCChannel_AcessIPCPipe.cpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang)
4  *
5  * CIPCChannel_AcessIPCPipe.cpp
6  * - IPC Channel :: Acess' IPC Pipe /Devices/ipcpipe/<name>
7  */
8 #include <CIPCChannel_AcessIPCPipe.hpp>
9
10 namespace AxWin {
11
12 CIPCChannel_AcessIPCPipe::CIPCChannel_AcessIPCPipe(const ::std::string& suffix)
13 {
14         
15 }
16 CIPCChannel_AcessIPCPipe::~CIPCChannel_AcessIPCPipe()
17 {
18 }
19
20 int CIPCChannel_AcessIPCPipe::FillSelect(fd_set& rfds)
21 {
22         return 0;
23 }
24
25 void CIPCChannel_AcessIPCPipe::HandleSelect(const fd_set& rfds)
26 {
27 }
28
29 };
30

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