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

Method remove_handler

dds/DCPS/ReactorTask.cpp:594–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594int ReactorWrapper::remove_handler(ACE_HANDLE io_handle,
595 ACE_Reactor_Mask mask)
596{
597 return reactor_->remove_handler(io_handle, mask);
598}
599
600int ReactorWrapper::remove_handler(ACE_Event_Handler* event_handler,
601 ACE_Reactor_Mask mask)

Callers 14

handle_outputMethod · 0.45
finalizeMethod · 0.45
close_iMethod · 0.45
cleanupMethod · 0.45
stopMethod · 0.45
closeMethod · 0.45
executeMethod · 0.45
stop_iMethod · 0.45
stop_iMethod · 0.45
handle_setup_inputMethod · 0.45
resetMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected