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

Function ACE_TMAIN

tests/DCPS/WriteDataContainer/WriteDataContainerTest.cpp:897–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897int ACE_TMAIN(int argc, ACE_TCHAR *argv[])
898{
899 int ret = 0;
900 try {
901 ret = run_test(argc, argv);
902 } catch (const CORBA::Exception& ex) {
903 ex._tao_print_exception("Exception caught in main.cpp:");
904 return 1;
905 }
906
907 // cleanup
908 TheServiceParticipant->shutdown();
909 ACE_Thread_Manager::instance()->wait();
910 return ret;
911}

Callers

nothing calls this directly

Calls 5

instanceFunction · 0.85
_tao_print_exceptionMethod · 0.80
run_testFunction · 0.70
shutdownMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected