Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Simple / time / client.cpp
blobae493d1586eb5902a1f9b6f17b595f09e1aa6b08
1 # include "Time_Client_i.h"
3 // The client program for the application.
5 int
6 ACE_TMAIN(int argc, ACE_TCHAR *argv[])
8 Time_Client_i client;
10 ACE_DEBUG ((LM_DEBUG,
11 ACE_TEXT ("\n\tTime and date client\n\n")));
13 if (client.run ("Time", argc, argv) == -1)
14 return -1;
15 else
16 return 0;