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

Comparing trunk/OOPSE-4/src/utils/StringUtils.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2241 by tim, Fri May 27 04:41:34 2005 UTC

# Line 128 | Line 128 | namespace oopse {
128      return result;
129    }
130    
131 <  std::string OOPSE_itoa(int value, unsigned int base);
131 >  std::string OOPSE_itoa(int value, unsigned int base = 10);
132    
133    /**@todo need implementation */
134    std::string getPrefix(const std::string& str);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines