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

Function ACE_TMAIN

tests/DCPS/QueryCondition/QueryConditionTest.cpp:1020–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018
1019
1020int ACE_TMAIN(int argc, ACE_TCHAR* argv[])
1021{
1022 int ret = 1;
1023 try {
1024 ret = run_test(argc, argv);
1025 } catch (const CORBA::BAD_PARAM& ex) {
1026 ex._tao_print_exception("Exception caught in QueryConditionTest.cpp:");
1027 return 1;
1028 }
1029
1030 // cleanup
1031 TheServiceParticipant->shutdown();
1032 ACE_Thread_Manager::instance()->wait();
1033 return ret;
1034}

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