--- trunk/src/utils/StringUtils.cpp 2004/10/20 04:54:23 120 +++ trunk/src/utils/StringUtils.cpp 2004/10/20 04:55:21 121 @@ -1,8 +1,8 @@ using namespace std; #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; } +}