Usermode/AxWin4 - Fixing ID lookups of windows and clients
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / IIPCChannel.hpp
index 5063c4a..5dc88e2 100644 (file)
@@ -8,6 +8,10 @@
 #ifndef _IIPCCHANNEL_H_
 #define _IIPCCHANNEL_H_
 
+extern "C" {
+#include <acess/sys.h>
+}
+
 namespace AxWin {
 
 class IIPCChannel
@@ -16,7 +20,7 @@ public:
        virtual ~IIPCChannel();
        
        virtual int     FillSelect(::fd_set& rfds) = 0;
-       virtual void    HandleSelect(::fd_set& rfds) = 0;
+       virtual void    HandleSelect(const ::fd_set& rfds) = 0;
 };
 
 

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