--- trunk/src/utils/StringTokenizer.hpp 2005/12/02 15:38:03 770 +++ trunk/src/utils/StringTokenizer.hpp 2006/05/17 21:51:42 963 @@ -52,7 +52,7 @@ #include #include - +#include "config.h" namespace oopse { /** @@ -147,10 +147,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.