X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2FCIPCChannel_AcessIPCPipe.hpp;fp=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2FCIPCChannel_AcessIPCPipe.hpp;h=c4ec004206fa7922b5832f5457f098a5aa3e2781;hb=145dd00e5c5a36f844be327e16a00b2983245423;hp=4a717d43649afb8e39c4f0b2bd52522ba47b9451;hpb=1aed2067a0f084e9c5fa1af48e177e28a81466bc;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/include/CIPCChannel_AcessIPCPipe.hpp b/Usermode/Applications/axwin4_src/Server/include/CIPCChannel_AcessIPCPipe.hpp index 4a717d43..c4ec0042 100644 --- a/Usermode/Applications/axwin4_src/Server/include/CIPCChannel_AcessIPCPipe.hpp +++ b/Usermode/Applications/axwin4_src/Server/include/CIPCChannel_AcessIPCPipe.hpp @@ -20,7 +20,6 @@ class CClient_AcessIPCPipe: { friend class CIPCChannel_AcessIPCPipe; int m_fd; - ::std::vector m_rxbuf; public: CClient_AcessIPCPipe(IIPCChannel& channel, int fd); ~CClient_AcessIPCPipe();