1 #ifndef SERVER_IOR_INTERCEPTOR_ORB_INITIALIZER_H
2 #define SERVER_IOR_INTERCEPTOR_ORB_INITIALIZER_H
4 #include "ace/config-all.h"
6 #if !defined (ACE_LACKS_PRAGMA_ONCE)
8 #endif /* ACE_LACKS_PRAGMA_ONCE */
10 #include "tao/PI/PI.h"
11 #include "tao/LocalObject.h"
15 #pragma warning(disable:4250)
18 class Server_IORInterceptor_ORBInitializer
19 : public virtual PortableInterceptor::ORBInitializer
,
20 public virtual ::CORBA::LocalObject
25 /// The pre-initialization hook.
26 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
);
28 /// The post-initialization hook.
29 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
);
38 #endif /* SERVER_IOR_INTERCEPTOR_ORB_INITIALIZER_H */