- Timestamp:
- May 31, 2015, 11:54:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/network/NetworkFunctionManager.h
r10475 r10520 46 46 void unregisterFunction(NetworkFunctionBase* function); 47 47 48 void destroyAllNetworkFunctions();49 50 48 inline const std::set<NetworkFunctionBase*>& getAllFunctions() 51 49 { return functions_; }
Note: See TracChangeset
for help on using the changeset viewer.