4 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
10 int retval
= server
.init (argc
, argv
);
18 catch (const CORBA::SystemException
& sysex
)
20 sysex
._tao_print_exception ("Server: System Exception");
23 catch (const CORBA::UserException
& userex
)
25 userex
._tao_print_exception ("Server: User Exception");