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

Method run

tests/DCPS/MultiRepoTest/TestSystem.cpp:386–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void
387TestSystem::run()
388{
389 ForwardingListenerImpl* forwarder
390 = dynamic_cast< ForwardingListenerImpl*>(this->listener_.in ());
391 if (forwarder) {
392 forwarder->waitForCompletion();
393 ACE_DEBUG((LM_DEBUG, ACE_TEXT("(%P|%t) %T INFO: processing complete.\n")));
394 } else {
395 ACE_ERROR((LM_ERROR,
396 ACE_TEXT("(%P|%t) %T ERROR: Failed to obtain ForwardingListenerImpl")
397 ACE_TEXT(" cannot wait for completion.\n")));
398 }
399}

Callers 2

ACE_TMAINFunction · 0.45
ACE_TMAINFunction · 0.45

Calls 2

inMethod · 0.45
waitForCompletionMethod · 0.45

Tested by

no test coverage detected