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

Comparing trunk/OOPSE-2.0/src/utils/StringUtils.hpp (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 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# 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