1 #include "PP_Test_Server.h"
2 #include "tao/Timeprobe.h"
4 // This runs the server test.
7 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
9 PP_Test_Server pp_test_server
;
12 "\n\tPluggable_Test: server\n\n"));
17 int status
= pp_test_server
.init (argc
,
22 ACE_ERROR_RETURN ((LM_ERROR
,
23 "Initialization Error\n"),
28 pp_test_server
.run ();
31 catch (const CORBA::SystemException
& sysex
)
33 sysex
._tao_print_exception ("System Exception");
36 catch (const CORBA::UserException
& userex
)
38 userex
._tao_print_exception ("User Exception");