Go to the source code of this file.
Value:
{ \ ACE_TRY_EX (orb_block) \ { \ ACS_DEBUG("ACS_TEST_INIT_CORBA", "Initialising ORB ... "); \ orb = CORBA::ORB_init (argc, argv, 0); \ ACE_TRY_CHECK_EX (orb_block); \ ACS_DEBUG ("ACS_TEST_INIT_CORBA", "ORB initialised !"); \ } \ ACE_CATCHANY \ { \ ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION, "Failed to initalise ORB"); \ return -1; \ } \ ACE_ENDTRY; \ }
{ \ LoggingProxy::init (m_logger); \ ACS_SHORT_LOG((LM_INFO, "Logging proxy successfully created !")); \ }