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