- Timestamp:
- Dec 29, 2015, 4:47:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/module/StaticInitializationHandler.h
r10532 r10990 37 37 { 38 38 public: 39 StaticInitializationHandler() {}40 virtual ~StaticInitializationHandler() {}39 StaticInitializationHandler() = default; 40 virtual ~StaticInitializationHandler() = default; 41 41 42 42 virtual void setupHandler() = 0;
Note: See TracChangeset
for help on using the changeset viewer.