Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2006, 7:03:22 PM (18 years ago)
Author:
rennerc
Message:

removed some more iniParsers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/util/preferences.h

    r7244 r7248  
    3636
    3737   //check if this entry exists
     38   bool sectionExists(const std::string& section );
    3839   bool exists(const std::string& section, const std::string& name);
    3940
     
    5253   bool save();
    5354
    54 
    5555   void debug();
     56   
     57   std::list<std::string> listKeys( const std::string section );
    5658
    5759
Note: See TracChangeset for help on using the changeset viewer.