Changeset 5877 for code/branches/core5/src/modules
- Timestamp:
- Oct 5, 2009, 1:34:10 AM (15 years ago)
- Location:
- code/branches/core5/src/modules/questsystem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/questsystem/QuestManager.cc
r5867 r5877 57 57 //! Pointer to the current (and single) instance of this class. 58 58 /*static*/ QuestManager* QuestManager::singletonPtr_s = NULL; 59 ManageScopedSingleton(QuestManager, ScopeID::Root );59 ManageScopedSingleton(QuestManager, ScopeID::Root, false); 60 60 61 61 /** -
code/branches/core5/src/modules/questsystem/notifications/NotificationManager.cc
r5867 r5877 48 48 49 49 NotificationManager* NotificationManager::singletonPtr_s = NULL; 50 ManageScopedSingleton(NotificationManager, ScopeID::Root );50 ManageScopedSingleton(NotificationManager, ScopeID::Root, false); 51 51 52 52 /**
Note: See TracChangeset
for help on using the changeset viewer.