Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3444_Regression / Test_impl.h
blob1fe5ec980c9f8a3bc7021b900aaebbaf26763b11
1 #ifndef TEST_IMPL_HPP
2 #define TEST_IMPL_HPP
4 #include "TestS.h"
6 class Server_impl : public virtual POA_Test::Server
8 public:
9 Server_impl (CORBA::ORB_ptr orb);
11 virtual void shutdown ();
13 private:
14 CORBA::ORB_var orb_;
17 #endif /* TEST_IMPL_HPP */