X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2FCConfigIPC.hpp;h=053e37616c144d26c04cd59a419ed0bf19b283fd;hb=7f2068235fabc311332962711cd3220ce8ee2638;hp=9e10dd9a9fcce8b64f737df272a4ef6adcf4574a;hpb=340e7923b1e95c39ac85a4b22af7f1b53b315cd9;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/include/CConfigIPC.hpp b/Usermode/Applications/axwin4_src/Server/include/CConfigIPC.hpp index 9e10dd9a..053e3761 100644 --- a/Usermode/Applications/axwin4_src/Server/include/CConfigIPC.hpp +++ b/Usermode/Applications/axwin4_src/Server/include/CConfigIPC.hpp @@ -8,8 +8,17 @@ #ifndef _CCONFIGIPC_H_ #define _CCONFIGIPC_H_ +#include + namespace AxWin { +class CConfigIPC_Channel +{ +public: + ::std::string m_name; + ::std::string m_argument; +}; + class CConfigIPC { public: