Usermode/axwin4 - Continuing
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / ipc.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * ipc.hpp
6  * - IPC Interface Header
7  */
8 #ifndef _IPC_H_
9 #define _IPC_H_
10
11 extern "C" {
12 #include <acess/sys.h>
13 };
14
15 #include <CConfigIPC.hpp>
16
17 namespace AxWin {
18 class CCompositor;
19
20 namespace IPC {
21
22 extern void     Initialise(const CConfigIPC& config, CCompositor& compositor);
23 extern int      FillSelect(::fd_set& rfds);
24 extern void     HandleSelect(::fd_set& rfds);
25
26 };      // namespace IPC
27 };      // namespace AxWin
28
29 #endif
30

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