1 #ifndef SERVERINITIALIZER_H
2 #define SERVERINITIALIZER_H
4 #include "tao/PortableInterceptorC.h"
5 #include "tao/LocalObject.h"
8 class ServerInitializer
:
9 public virtual PortableInterceptor::ORBInitializer
,
10 public virtual CORBA::LocalObject
15 virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
);
17 virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
);
20 int interceptor_type_
;