- Timestamp:
- Nov 23, 2015, 10:21:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/test/core/object/ClassFactoryTest.cc
r10765 r10846 14 14 { 15 15 public: 16 virtual void SetUp() 16 virtual void SetUp() override 17 17 { 18 18 new IdentifierManager(); … … 21 21 } 22 22 23 virtual void TearDown() 23 virtual void TearDown() override 24 24 { 25 25 Context::destroyRootContext();
Note: See TracChangeset
for help on using the changeset viewer.