--- trunk/src/utils/StringUtils.hpp 2005/11/16 23:10:02 749 +++ trunk/src/utils/StringUtils.hpp 2006/01/09 19:11:52 838 @@ -139,6 +139,8 @@ namespace oopse { } return ret; } + + bool isInteger(const std::string& str); std::string OOPSE_itoa(int value, unsigned int base = 10);