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

Comparing:
trunk/OOPSE-4/src/brains/SimInfo.hpp (file contents), Revision 1636 by chrisfen, Fri Oct 22 22:54:01 2004 UTC vs.
branches/new_design/OOPSE-4/src/brains/SimInfo.hpp (file contents), 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