Changeset 6373 for code/branches/presentation2/src/libraries/core
- Timestamp:
- Dec 17, 2009, 11:27:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/ScopedSingletonManager.h
r6183 r6373 162 162 try 163 163 { singletonPtr_ = new T(); } 164 catch (const InitialisationAbortedException& ex) 165 { COUT(3) << ex.getDescription() << std::endl; } 164 166 catch (...) 165 167 { COUT(1) << "Singleton creation failed: " << Exception::handleMessage() << std::endl; }
Note: See TracChangeset
for help on using the changeset viewer.