3 //=============================================================================
7 * A helper class for the client
9 //=============================================================================
12 #ifndef BUG_2248_REGRESSION_CLIENT_I_H
13 #define BUG_2248_REGRESSION_CLIENT_I_H
15 #include /**/ "ace/pre.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
26 Client_i (CORBA::ORB_ptr orb
);
28 /// Initialize the ORB etc.
35 #include /**/ "ace/post.h"
36 #endif /* BUG_2248_REGRESSION_CLIENT_I_H*/