ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/StringUtils.hpp
Revision: 1490
Committed: Fri Sep 24 04:16:43 2004 UTC (19 years, 9 months ago) by gezelter
File size: 170 byte(s)
Log Message:
Import of OOPSE v. 2.0

File Contents

# User Rev Content
1 gezelter 1490 #ifndef _STRINGUTILS_HPP_
2     #define _STRINGUTILS_HPP_
3     #include <string>
4    
5     using namespace std;
6     string UpperCase(const string& S);
7     string LowerCase(const string& S);
8    
9     #endif