ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/brains/SimInfo.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/brains/SimInfo.hpp (file contents):
Revision 1683, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1701 by tim, Wed Nov 3 16:08:43 2004 UTC

# Line 184 | Line 184 | class SimInfo{ (public)
184    SimState* getConfiguration( void ) { return myConfiguration; }
185    
186    void addProperty(GenericData* prop);
187 <  GenericData* getProperty(const string& propName);
187 >  GenericData* getPropertyByName(const string& propName);
188    //vector<GenericData*>& getProperties()  {return properties;}    
189  
190    int getSeed(void) {  return seed; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines