--- trunk/mdtools/headers/Component.hpp 2002/07/09 18:40:59 11 +++ trunk/mdtools/headers/Component.hpp 2002/09/25 22:51:14 118 @@ -7,9 +7,9 @@ class Component{ (public) Component(); ~Component(); - void assignString( char* lhs, char* rhs ); - void assignDouble( char* lhs, double rhs ); - void assignInt( char* lhs, int rhs ); + int assignString( char* lhs, char* rhs, char** err ); + int assignDouble( char* lhs, double rhs, char** err ); + int assignInt( char* lhs, int rhs, char** err ); void startIndex( int* the_start_array, int n_elements ); char* checkMe( void );