Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5936 in orxonox.OLD for trunk/src/lib/util/ini_parser.h


Ignore:
Timestamp:
Dec 6, 2005, 2:12:18 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some fixes, but still some strange seg-faults in the IniParser/GuiExec-combination :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/ini_parser.h

    r5935 r5936  
    4343
    4444    bool readFile(const char* fileName);
    45     bool writeFile(const char* fileName);
     45    bool writeFile(const char* fileName) const;
    4646
    4747    bool addSection(const char* sectionName);
     
    5151    bool isOpen() const { return (this->fileName != NULL)? true : false; };
    5252
    53     void getFirstSection();
     53    void firstSection();
    5454    const char* nextSection();
    5555
     
    6060    const char* getVar(const char* entryName, const char* sectionName, const char* defaultValue = "") const;
    6161
    62     void getFirstVar();
     62    void firstVar();
    6363    bool nextVar();
    6464
Note: See TracChangeset for help on using the changeset viewer.