// $Id$ #include "Client_i.h" #include "ace/Log_Msg.h" ACE_RCSID(Time, client, "$Id$") // This function runs the Time Service client test. int main (int argc, char *argv[]) { Client_i client; ACE_DEBUG ((LM_DEBUG, "[CLIENT] Process/Thread Id : (%P/%t) Time Service Client\n")); if (client.init (argc, argv) == -1) return -1; else return client.run (); }