Bug Fix - rc:alternate

- Fixed handling of rc: alternate rc file.
- Reorganized Config.cpp regarding defaults.  More work needed.
This commit is contained in:
Paul Beckingham 2009-06-15 17:31:29 -04:00
parent 4470c3b88c
commit 00c5e61d49
6 changed files with 147 additions and 116 deletions

View file

@ -39,6 +39,7 @@ public:
bool load (const std::string&);
void createDefault (const std::string&);
void setDefaults ();
const std::string get (const char*);
const std::string get (const char*, const char*);