- Timestamp:
- Nov 19, 2015, 11:40:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/network/NetworkFunctionIncludes.h
r10774 r10817 56 56 ~StaticallyInitializedNetworkFunction() { delete function_; } 57 57 58 virtual void load() ;59 virtual void unload() ;58 virtual void load() override; 59 virtual void unload() override; 60 60 61 61 inline NetworkFunctionBase& getFunction()
Note: See TracChangeset
for help on using the changeset viewer.