1 #include "PP_Test_Client.h"
2 #include "tao/Timeprobe.h"
4 // This function runs the client test.
7 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
9 PP_Test_Client pp_test_client
;
12 "\n\tPluggable_Test: client\n\n"));
14 if (pp_test_client
.init (argc
, argv
) == -1)
17 int retval
= pp_test_client
.run ();