Changes in src/unittests/SingletonTest.cpp [b8d4a3:0f6f3a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/SingletonTest.cpp
rb8d4a3 r0f6f3a 52 52 count1++; 53 53 } 54 // explicit copy constructor to catch if th isis ever called54 // explicit copy constructor to catch if thsi 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.