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
[])
9 Server
<Grid_Factory_i
> server
;
12 "\n\tGrid server\n\n"));
17 if (server
.init ("Grid",
26 catch (const CORBA::UserException
& userex
)
28 userex
._tao_print_exception ("User Exception");
31 catch (const CORBA::SystemException
& sysex
)
33 sysex
._tao_print_exception ("System Exception");