Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3926_Regression / Client_ORBInitializer.h
blob7e908d06d22db703618432010ce413512933ad50
1 // -*- C++ -*-
2 #ifndef TAO_CLIENT_ORB_INITIALIZER_H
3 #define TAO_CLIENT_ORB_INITIALIZER_H
5 #include /**/ "ace/pre.h"
7 #include "tao/PI/PI.h"
9 #if TAO_HAS_INTERCEPTORS == 1
11 #include "tao/LocalObject.h"
13 /// Client side ORB initializer.
14 class Client_ORBInitializer :
15 public virtual PortableInterceptor::ORBInitializer,
16 public virtual CORBA::LocalObject
18 public:
20 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info);
22 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info);
25 #endif /* TAO_HAS_INTERCEPTORS == 1 */
27 #include /**/ "ace/post.h"
29 #endif /* TAO_CLIENT_ORB_INITIALIZER_H */