ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/StringUtils.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/StringUtils.cpp (file contents):
Revision 2090 by gezelter, Tue Mar 8 21:07:34 2005 UTC vs.
Revision 2241 by tim, Fri May 27 04:41:34 2005 UTC

# Line 178 | Line 178 | namespace oopse {
178      return 0;
179    }
180    
181 <  std::string OOPSE_itoa(int value, unsigned int base = 10) {    
181 >  std::string OOPSE_itoa(int value, unsigned int base) {    
182      const char digitMap[] = "0123456789abcdef";
183      std::string buf;
184  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines