[Common-cvs] container hxslist.cpp,1.12,1.13

[Common-cvs] container hxslist.cpp,1.12,1.13

chopaul at helixcommunity.org chopaul at helixcommunity.org
Tue Nov 29 16:57:59 PST 2005


Update of /cvsroot/common/container
In directory cvs:/tmp/cvs-serv23944

Modified Files:
	hxslist.cpp 
Log Message:
Changed CHXSimpleList::Find function to const


Index: hxslist.cpp
===================================================================
RCS file: /cvsroot/common/container/hxslist.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- hxslist.cpp	14 Mar 2005 19:33:47 -0000	1.12
+++ hxslist.cpp	30 Nov 2005 00:57:56 -0000	1.13
@@ -341,7 +341,7 @@
     
 // search for value in list
 LISTPOSITION 
-CHXSimpleList::Find(void* value, LISTPOSITION start)
+CHXSimpleList::Find(void* value, LISTPOSITION start) const
 {
     CNode* pNode;
 




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.