3 //=============================================================================
7 * A helper class for the client
9 * @author Bala Natarajan <bala@cs.wustl.edu>
11 //=============================================================================
14 #ifndef TEST_FT_IOGR_CLIENT_I_H
15 #define TEST_FT_IOGR_CLIENT_I_H
17 #include /**/ "ace/pre.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
28 Client_i (CORBA::ORB_ptr orb
);
30 /// Initialize the ORB etc.
38 #include /**/ "ace/post.h"
39 #endif /*TEST_FT_IOGR_CLIENT_I_H*/