1 #include "Simple_util.h"
4 // This is the main driver program for the time and date server.
7 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
12 ACE_TEXT ("\n\tEcho server\n\n")));
16 if (server
.init ("Echo",
25 catch (const CORBA::UserException
& userex
)
27 userex
._tao_print_exception ("User Exception");
30 catch (const CORBA::SystemException
& sysex
)
32 sysex
._tao_print_exception ("System Exception");