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

Method shutdown

dds/InfoRepo/DCPSInfoRepoServ.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void
152InfoRepo::shutdown()
153{
154 this->orb_->orb_core()->reactor()->notify(this);
155 // reactor will invoke our InfoRepo::handle_exception()
156}
157
158void
159InfoRepo::sync_shutdown()

Callers 4

sync_shutdownMethod · 0.95
finalizeMethod · 0.45
handle_exceptionMethod · 0.45
operator()Method · 0.45

Calls 2

notifyMethod · 0.45
reactorMethod · 0.45

Tested by

no test coverage detected