4 // This is the main driver program for the INS test server.
7 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
12 "\n\tINS test server\n\n"));
16 if (server
.init (argc
,
24 catch (const CORBA::SystemException
& sysex
)
26 sysex
._tao_print_exception ("System Exception");
29 catch (const CORBA::UserException
& userex
)
31 userex
._tao_print_exception ("User Exception");