Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / tests / Time / client.cpp
blobb5ba042c04320fa70f96b7ed0e3fdceb943709b5
1 #include "Client_i.h"
2 #include "ace/Log_Msg.h"
6 // This function runs the Time Service client test.
8 int
9 ACE_TMAIN(int argc, ACE_TCHAR *argv[])
11 Client_i client;
13 ACE_DEBUG ((LM_DEBUG,
14 "[CLIENT] Process/Thread Id : (%P/%t) Time Service Client\n"));
16 if (client.init (argc, argv) == -1)
17 return -1;
18 else
19 return client.run ();