Changes in src/unittests/SingletonTest.cpp [0f6f3a:b8d4a3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/SingletonTest.cpp
r0f6f3a rb8d4a3 52 52 count1++; 53 53 } 54 // explicit copy constructor to catch if th siis ever called54 // explicit copy constructor to catch if this is ever called 55 55 SingletonStub2(const SingletonStub2&){ 56 56 CPPUNIT_FAIL ( "Copy constructor of Singleton called" );
Note:
See TracChangeset
for help on using the changeset viewer.