1 #ifndef SERVERINITIALIZER_H
2 #define SERVERINITIALIZER_H
4 #include "tao/PortableInterceptorC.h"
7 class ServerInitializer
:
8 public virtual PortableInterceptor::ORBInitializer
13 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
);
15 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
);
18 int interceptor_type_
;