Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5946 in orxonox.OLD for trunk/src/lib/parser/ini_parser/ini_parser.h


Ignore:
Timestamp:
Dec 7, 2005, 12:46:43 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: adding comments (simple)

File:
1 edited

Legend:

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

    r5945 r5946  
    9090    void setFileName(const char* fileName);
    9191
     92    void setFileComment();
     93    void setSectionComment();
     94    void setEntryComment();
     95
    9296    std::list<IniSection>::const_iterator getSectionIT(const char* sectionName) const;
    9397    std::list<IniEntry>::const_iterator getEntryIT(const char* entryName, const char* sectionName = NULL) const;
Note: See TracChangeset for help on using the changeset viewer.