Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / ipc.hpp
diff --git a/Usermode/Applications/axwin4_src/Server/include/ipc.hpp b/Usermode/Applications/axwin4_src/Server/include/ipc.hpp
new file mode 100644 (file)
index 0000000..439f3ea
--- /dev/null
@@ -0,0 +1,30 @@
+/*
+ * Acess2 GUI v4
+ * - By John Hodge (thePowersGang) 
+ *
+ * ipc.hpp
+ * - IPC Interface Header
+ */
+#ifndef _IPC_H_
+#define _IPC_H_
+
+extern "C" {
+#include <acess/sys.h>
+};
+
+#include <CConfigIPC.hpp>
+
+namespace AxWin {
+class CCompositor;
+
+namespace IPC {
+
+extern void    Initialise(const CConfigIPC& config, CCompositor* compositor);
+extern int     FillSelect(::fd_set& rfds);
+extern void    HandleSelect(::fd_set& rfds);
+
+};     // namespace IPC
+};     // namespace AxWin
+
+#endif
+

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