1 #include "tao/RTScheduling/RTScheduler.h"
6 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
11 orb
= CORBA::ORB_init (argc
,
16 foo_i
.bar ((CORBA::VoidData
) &something
);
20 catch (const CORBA::Exception
& ex
)
22 ex
._tao_print_exception ("Caught exception:");
29 catch (const CORBA::Exception
& ex
)
31 ex
._tao_print_exception ("Caught exception while shutting down:");