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

Method open

tools/rtpsrelay/RelayHttpMetaDiscovery.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24int HttpConnection::open(void* x)
25{
26 relay_http_meta_discovery_ = static_cast<RelayHttpMetaDiscovery*>(x);
27
28 if (HANDLER_ERROR == reactor()->register_handler(this, READ_MASK)) {
29 return HANDLER_ERROR;
30 }
31 return HANDLER_OK;
32}
33
34int HttpConnection::handle_input(ACE_HANDLE)
35{

Callers

nothing calls this directly

Calls 1

register_handlerMethod · 0.80

Tested by

no test coverage detected