- 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.cc
r10475 r10520 54 54 } 55 55 56 void NetworkFunctionManager::destroyAllNetworkFunctions()57 {58 std::set<NetworkFunctionBase*>::iterator it;59 for (it = this->functions_.begin(); it != this->functions_.end(); ++it)60 delete (*it);61 }62 63 56 NetworkFunctionBase* NetworkFunctionManager::getFunctionByName(const std::string& name) 64 57 {
Note: See TracChangeset
for help on using the changeset viewer.