--- trunk/src/utils/StringUtils.hpp 2006/01/06 21:15:14 837 +++ 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);