3 //=============================================================================
5 * @file ClientORBInitializer.h
7 //=============================================================================
8 #ifndef CLIENTORBINITIALIZER_H
9 #define CLIENTORBINITIALIZER_H
11 #include /**/ "ace/pre.h"
13 #include "tao/PortableInterceptorC.h"
14 #include "ClientRequest_Interceptor.h"
16 #if !defined (ACE_LACKS_PRAGMA_ONCE)
18 #endif /* ACE_LACKS_PRAGMA_ONCE */
20 #include "tao/PI/PI.h"
21 #include "tao/LocalObject.h"
23 // This is to remove "inherits via dominance" warnings from MSVC.
24 // MSVC is being a little too paranoid.
27 #pragma warning(disable:4250)
30 /// RTCORBA ORB initializer.
31 class ClientORBInitializer
:
32 public virtual PortableInterceptor::ORBInitializer
,
33 public virtual ::CORBA::LocalObject
37 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
);
39 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
);
46 #include /**/ "ace/post.h"
48 #endif /* CLIENTORBINITIALIZER_H */