Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
void
152
InfoRepo::shutdown()
153
{
154
this->orb_->orb_core()->reactor()->notify(this);
155
// reactor will invoke our InfoRepo::handle_exception()
156
}
157
158
void
159
InfoRepo::sync_shutdown()
Callers
4
sync_shutdown
Method · 0.95
finalize
Method · 0.45
handle_exception
Method · 0.45
operator()
Method · 0.45
Calls
2
notify
Method · 0.45
reactor
Method · 0.45
Tested by
no test coverage detected