2 #ifndef TAO_SERVER_ORB_INITIALIZER_H
3 #define TAO_SERVER_ORB_INITIALIZER_H
5 #include /**/ "ace/pre.h"
9 #if !defined (ACE_LACKS_PRAGMA_ONCE)
11 #endif /* ACE_LACKS_PRAGMA_ONCE */
13 #if TAO_HAS_INTERCEPTORS == 1
15 #include "tao/LocalObject.h"
17 // This is to remove "inherits via dominance" warnings from MSVC.
18 // MSVC is being a little too paranoid.
21 #pragma warning(disable:4250)
24 // Forward declaration.
25 class Server_Request_Interceptor
;
27 /// Server side ORB initializer.
28 class Server_ORBInitializer
:
29 public virtual PortableInterceptor::ORBInitializer
,
30 public virtual ::CORBA::LocalObject
34 Server_ORBInitializer ();
36 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
);
38 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
);
45 #endif /* TAO_HAS_INTERCEPTORS == 1 */
47 #include /**/ "ace/post.h"
49 #endif /* TAO_SERVER_ORB_INITIALIZER_H */