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

Comparing branches/new_design/OOPSE-2.0/src/utils/StringUtils.hpp (file contents):
Revision 1806 by tim, Tue Nov 30 20:50:47 2004 UTC vs.
Revision 1807 by tim, Tue Nov 30 22:43:51 2004 UTC

# Line 79 | Line 79 | namespace oopse {
79          oss << v;
80          return oss.str();
81      }
82 +
83 +    /**@todo need implementation */
84 +    std::string getPrefix(const std::string& str);
85 +
86 +    /**@todo need implementation */
87 +    std::string getSuffix(const std::string& str);
88      
89   }
90  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines