[Common-cvs] netio/pub/platform/posix hxsocketselector.h,1.2,1.3
neotron at helixcommunity.org neotron at helixcommunity.orgUpdate of /cvsroot/common/netio/pub/platform/posix
In directory cvs-new:/tmp/cvs-serv31527
Modified Files:
hxsocketselector.h
Log Message:
Fix compilation error with gcc (accessing a private method from a friend statement. CR by Liam Murray
Index: hxsocketselector.h
===================================================================
RCS file: /cvsroot/common/netio/pub/platform/posix/hxsocketselector.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hxsocketselector.h 5 Jan 2005 02:49:41 -0000 1.2
+++ hxsocketselector.h 13 Jan 2005 23:58:00 -0000 1.3
@@ -92,13 +92,13 @@
protected:
HXSocketSelector();
virtual ~HXSocketSelector();
+ static HXSocketSelector* AllocInstance();
protected:
CHXMapPtrToPtr m_pool;
private:
static HX_RESULT Create(HXSocketSelector*& pSelector);
- static HXSocketSelector* AllocInstance();
void RemoveSocketSet(const CHXSet& removeSet);