Usermode/axwin4 - Continuing
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CConfigIPC.hpp
index 9e10dd9..053e376 100644 (file)
@@ -8,8 +8,17 @@
 #ifndef _CCONFIGIPC_H_
 #define _CCONFIGIPC_H_
 
+#include <string>
+
 namespace AxWin {
 
+class CConfigIPC_Channel
+{
+public:
+       ::std::string   m_name;
+       ::std::string   m_argument;
+};
+
 class CConfigIPC
 {
 public:

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