ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/Component.hpp
(Generate patch)

Comparing trunk/mdtools/headers/Component.hpp (file contents):
Revision 117 by mmeineke, Tue Jul 9 18:40:59 2002 UTC vs.
Revision 118 by chuckv, Wed Sep 25 22:51:14 2002 UTC

# Line 7 | Line 7 | class Component{ (public)
7    Component();
8    ~Component();
9    
10 <  void assignString( char* lhs, char* rhs );
11 <  void assignDouble( char* lhs, double rhs );
12 <  void assignInt( char* lhs, int rhs );
10 >  int assignString( char* lhs, char* rhs, char** err );
11 >  int assignDouble( char* lhs, double rhs, char** err );
12 >  int assignInt( char* lhs, int rhs, char** err );
13    void startIndex( int* the_start_array, int n_elements );
14    char* checkMe( void );
15  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines