ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new-templateless/OOPSE/libmdtools/SimInfo.hpp
(Generate patch)

Comparing branches/new-templateless/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 849, Fri Oct 31 18:28:53 2003 UTC vs.
Revision 850 by mmeineke, Mon Nov 3 22:07:17 2003 UTC

# Line 173 | Line 173 | class SimInfo{ (public)
173    
174    SimState* getConfiguration( void ) { return myConfiguration; }
175    
176 <  void addProperty(GenericData* prop);
177 <  GenericData* getProperty(const string& propName);
178 <  vector<GenericData*> getProperties();      
176 >  GenericData* getProperty(char* propName);
177 >  GenericData* getProperties() {return properties; }
178  
179    int getSeed(void) {  return seed; }
180    void setSeed(int theSeed) {  seed = theSeed;}
# Line 212 | Line 211 | class SimInfo{ (public)
211    notifyFortranCutOff_TD notifyFortranCutOffs;
212    
213    //Addtional Properties of SimInfo
214 <  map<string, GenericData*> properties;
214 >  GenericData* properties;
215  
216   };
217  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines