Ignore:
Timestamp:
Nov 2, 2009, 12:50:57 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
8bc524
Parents:
245826
Message:

Small changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.hpp

    r245826 rdf0520  
    1010
    1111using namespace std;
     12
     13class MoleculeListClass;
    1214
    1315/*********************************************** includes ***********************************/
     
    134136  ~config();
    135137
    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);
    139141  void RetrieveConfigPathAndName(const string filename);
    140142  bool Save(const char * const filename, const periodentafel * const periode, molecule * const mol) const;
Note: See TracChangeset for help on using the changeset viewer.