--- trunk/OOPSE-4/src/utils/StringUtils.cpp 2004/10/19 20:40:30 1600 +++ trunk/OOPSE-4/src/utils/StringUtils.cpp 2004/10/20 04:55:21 1614 @@ -1,8 +1,8 @@ #include "utils/StringUtils.hpp" using namespace std; -using namespace oopse; +namespace oopse { string UpperCase(const string& S) { string uc = S; unsigned int n = uc.size(); @@ -138,3 +138,4 @@ int isEndLine(char *line) { return 0; } +}