Changeset 10458 for code/branches/core7/src/libraries/util
- Timestamp:
- May 24, 2015, 11:51:05 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/util/Singleton.h
r10418 r10458 52 52 public: 53 53 TestSingleton(); // public constructor because we may want to manage this singleton 54 // with an orxonox::ScopedSingleton Manager (see below)54 // with an orxonox::ScopedSingletonWrapper 55 55 virtual ~TestSingleton(); // public destructor 56 56
Note: See TracChangeset
for help on using the changeset viewer.