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

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

liam_murray at helixcommunity.org liam_murray at helixcommunity.org
Tue Jan 4 20:18:12 PST 2005


Update of /cvsroot/common/netio/pub/platform/posix
In directory cvs-new:/tmp/cvs-serv15037/pub/platform/posix

Modified Files:
	hxbsdsocketselector.h 
Log Message:
removed problematic 'static' in friend declaration (build buster fix)


Index: hxbsdsocketselector.h
===================================================================
RCS file: /cvsroot/common/netio/pub/platform/posix/hxbsdsocketselector.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hxbsdsocketselector.h	5 Jan 2005 02:49:41 -0000	1.2
+++ hxbsdsocketselector.h	5 Jan 2005 04:18:10 -0000	1.3
@@ -72,7 +72,7 @@
     void ProcessSelect();
 
 private:
-    friend static HXSocketSelector* HXSocketSelector::AllocInstance();
+    friend HXSocketSelector* HXSocketSelector::AllocInstance();
     HXBSDSocketSelector();
     virtual ~HXBSDSocketSelector();
 };




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.