Changeset 1058 for code/trunk/src/core/CoreSettings.cc
- Timestamp:
- Apr 14, 2008, 1:17:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CoreSettings.cc
r1056 r1058 49 49 } 50 50 51 /** 52 @brief Sets the bool to true to avoid static functions accessing a deleted object. 53 */ 54 CoreSettings::~CoreSettings() 55 { 56 isCreatingCoreSettings() = true; 57 } 58 59 /** 60 @brief Returns true if the CoreSettings instance is not yet ready and the static functions have to return a default value. 61 */ 51 62 bool& CoreSettings::isCreatingCoreSettings() 52 63 {
Note: See TracChangeset
for help on using the changeset viewer.