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

Method execute

dds/DCPS/ReactorTask.cpp:646–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644#endif
645
646void RegisterHandler::execute(ReactorWrapper& reactor_wrapper)
647{
648 if (reactor_wrapper.register_handler(io_handle_, event_handler_, mask_) != 0) {
649 if (log_level >= LogLevel::Error) {
650 ACE_ERROR((LM_ERROR,
651 "(%P|%t) ERROR: RegisterHandler::execute: failed to register handler for socket %d\n",
652 io_handle_));
653 }
654 }
655}
656
657void RemoveHandler::execute(ReactorWrapper& reactor_wrapper)
658{

Callers

nothing calls this directly

Calls 2

register_handlerMethod · 0.80
remove_handlerMethod · 0.45

Tested by

no test coverage detected