Changeset d3513b for molecuilder/src/unittests/SingletonTest.cpp
- Timestamp:
- May 2, 2010, 4:47:18 PM (16 years ago)
- Children:
- 0647f4
- Parents:
- 0f7883
- File:
-
- 1 edited
-
molecuilder/src/unittests/SingletonTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/SingletonTest.cpp
r0f7883 rd3513b 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.
