ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/StringUtils.hpp
(Generate patch)

Comparing trunk/src/utils/StringUtils.hpp (file contents):
Revision 543 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 544 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