Changeset df0520 for molecuilder/src/config.hpp
- Timestamp:
- Nov 2, 2009, 12:50:57 PM (16 years ago)
- Children:
- 8bc524
- Parents:
- 245826
- File:
-
- 1 edited
-
molecuilder/src/config.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.hpp
r245826 rdf0520 10 10 11 11 using namespace std; 12 13 class MoleculeListClass; 12 14 13 15 /*********************************************** includes ***********************************/ … … 134 136 ~config(); 135 137 136 int TestSyntax(const char * const filename, const periodentafel * const periode , const molecule * const mol) const;137 void Load(const char * const filename, const string &BondGraphFileName, const periodentafel * const periode, molecule * const &mol);138 void LoadOld(const char * const filename, const string &BondGraphFileName, const periodentafel * const periode, molecule * const &mol);138 int TestSyntax(const char * const filename, const periodentafel * const periode) const; 139 void Load(const char * const filename, const string &BondGraphFileName, const periodentafel * const periode, MoleculeListClass * const &MolList); 140 void LoadOld(const char * const filename, const string &BondGraphFileName, const periodentafel * const periode, MoleculeListClass * const &MolList); 139 141 void RetrieveConfigPathAndName(const string filename); 140 142 bool Save(const char * const filename, const periodentafel * const periode, molecule * const mol) const;
Note:
See TracChangeset
for help on using the changeset viewer.
