3 //=============================================================================
5 * @file Time_Client_i.h
7 * This class implements the client calls to the Time example.
9 * @author Balachandran Natarajan <bala@cs.wustl.edu>
11 //=============================================================================
14 #ifndef TIME_CLIENT_I_H
15 #define TIME_CLIENT_I_H
17 #include "../Simple_util.h"
21 * @class Time_Client_i
23 * @brief Time_Client interface subclass.
25 * This class implements the interface between the interface
26 * objects and the client.
37 /// Execute the methods
38 int run (const char *, int, ACE_TCHAR
**);
41 /// Instantiate the client object.
45 #endif /* TIME_CLIENT_I_H */