[Common-cvs] netio/pub/platform/posix hxbsdsocketselector.h, 1.2, 1.3
liam_murray at helixcommunity.org liam_murray at helixcommunity.orgUpdate 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();
};