Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2247_Regression / Client_i.h
blob4a29671bfd83ae8fd54c5802406ac8978df8c889
1 // -*- C++ -*-
2 #ifndef BUG_2247_REGRESSION_CLIENT_I_H
3 #define BUG_2247_REGRESSION_CLIENT_I_H
5 #include /**/ "ace/pre.h"
6 #include "tao/ORB.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
9 # pragma once
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
12 class Client_i
14 public:
15 Client_i (CORBA::ORB_ptr orb);
16 // Our constructor
18 int init ();
19 // Initialize the ORB etc.
21 private:
22 CORBA::ORB_var orb_;
25 #include /**/ "ace/post.h"
26 #endif /* BUG_2247_REGRESSION_CLIENT_I_H */