--- trunk/src/utils/StringTokenizer.hpp 2005/12/02 15:38:03 770 +++ trunk/src/utils/StringTokenizer.hpp 2008/07/30 18:11:19 1282 @@ -51,8 +51,9 @@ #define UTIL_STRINGTOKENIZER_HPP #include +#include #include - +#include "config.h" namespace oopse { /** @@ -147,10 +148,10 @@ namespace oopse { float nextTokenAsFloat(); /** - * Returns the next token from this string tokenizer as a double. - * @return the next token from this string tokenizer as a double. + * Returns the next token from this string tokenizer as a RealType. + * @return the next token from this string tokenizer as a RealType. */ - double nextTokenAsDouble(); + RealType nextTokenAsDouble(); /** * Returns the next token without advancing the position of the StringTokenizer.