Changeset 191 for trunk/src/configuration.h
- Timestamp:
- 04/26/2009 05:03:05 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/configuration.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/configuration.h
r177 r191 22 22 #define OPENYAHTZEE_CONFIGURATION_INC 23 23 24 #include "DBwrapper.h" // used in the back-compatibility code25 24 #include <string> 26 25 #include <fstream> … … 80 79 void setHighscoresSize(size_t size); 81 80 private: 82 /**83 * Imports old style configuration from sqllite database.84 */85 void importOldFile();86 87 81 void parseSettings(std::ifstream *file); 88 82 void parseHighscores(std::ifstream *file); … … 100 94 101 95 std::string m_file; 102 103 /* The following functions and variables are used for legacy SQLite104 * configuration file, and could be dropped.105 */106 DBwrapper old_db;107 std::string getKeyFromDb(std::string key);108 void importSettings();109 void importHighscores();110 96 }; 111 97
Note: See TracChangeset
for help on using the changeset viewer.
