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

Comparing trunk/OOPSE-2.0/src/utils/StringUtils.cpp (file contents):
Revision 1600 by gezelter, Tue Oct 19 20:40:30 2004 UTC vs.
Revision 1614 by gezelter, Wed Oct 20 04:55:21 2004 UTC

# Line 1 | Line 1
1   #include "utils/StringUtils.hpp"
2  
3   using namespace std;
4 using namespace oopse;
4  
5 + namespace oopse {
6   string UpperCase(const string& S) {
7    string uc = S;
8    unsigned int n = uc.size();
# Line 138 | Line 138 | int isEndLine(char *line) {
138  
139   return 0;
140   }
141 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines