Changeset 7904 for code/trunk/src/libraries/util
- Timestamp:
- Feb 16, 2011, 10:23:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/Singleton.h
r7401 r7904 162 162 163 163 //! Destructor resets the singleton instance pointer 164 ~Singleton()164 virtual ~Singleton() 165 165 { 166 166 assert(T::singletonPtr_s != NULL);
Note: See TracChangeset
for help on using the changeset viewer.