Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Time / client.cpp
blob4ea33d6dda6696524c5c603c99a272f02796ce84
1 #include "Client_i.h"
2 #include "ace/Log_Msg.h"
5 // This function runs the Time Service client test.
7 int
8 ACE_TMAIN(int argc, ACE_TCHAR *argv[])
10 Client_i client;
12 ACE_DEBUG ((LM_DEBUG,
13 "[CLIENT] Process/Thread Id : (%P/%t) Time Service Client\n"));
15 if (client.init (argc, argv) == -1)
16 return -1;
17 else
18 return client.run ();