1 #include "ServerInitializer.h"
2 #include "ServerInterceptor.h"
4 ServerInitializer::ServerInitializer ()
9 ServerInitializer::pre_init (
10 PortableInterceptor::ORBInitInfo_ptr
)
15 ServerInitializer::post_init (
16 PortableInterceptor::ORBInitInfo_ptr info
)
18 // Create and register the request interceptors.
19 PortableInterceptor::ServerRequestInterceptor_var si
=
20 new ServerInterceptor();
21 info
->add_server_request_interceptor (si
.in());