MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / release

Method release

dds/DCPS/security/framework/SecurityRegistry.cpp:106–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void
107SecurityRegistry::release()
108{
109 DBG_ENTRY_LVL("SecurityRegistry", "release", 6);
110 GuardType guard(lock_);
111
112 for (InstMap::iterator iter = registered_plugins_.begin(); iter != registered_plugins_.end(); ++iter) {
113 iter->second->shutdown();
114 }
115 registered_plugins_.clear();
116 config_map_.clear();
117}
118
119void
120SecurityRegistry::register_plugin(const OPENDDS_STRING& plugin_name,

Callers 3

builtin_configMethod · 0.45
get_plugin_instMethod · 0.45

Calls 4

beginMethod · 0.45
endMethod · 0.45
shutdownMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected