[Common-cvs] netio/pub/platform/posix hxsocketselector.h,1.2,1.3

[Common-cvs] netio/pub/platform/posix hxsocketselector.h,1.2,1.3

neotron at helixcommunity.org neotron at helixcommunity.org
Thu Jan 13 15:58:02 PST 2005


Update 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);
 




More information about the Common-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.