3 #ifndef TAO_CLIENT_ORB_INITIALIZER_H
4 #define TAO_CLIENT_ORB_INITIALIZER_H
5 #include /**/ "ace/pre.h"
9 #if !defined (ACE_LACKS_PRAGMA_ONCE)
11 #endif /* ACE_LACKS_PRAGMA_ONCE */
13 #include "tao/LocalObject.h"
15 // This is to remove "inherits via dominance" warnings from MSVC.
16 // MSVC is being a little too paranoid.
19 #pragma warning(disable:4250)
22 /// Client ORB initializer.
23 class Client_ORBInitializer
:
24 public virtual PortableInterceptor::ORBInitializer
,
25 public virtual ::CORBA::LocalObject
29 Client_ORBInitializer ();
31 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
);
33 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
);
40 #include /**/ "ace/post.h"
41 #endif /* TAO_CLIENT_ORB_INITIALIZER_H */