summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h')
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
index 318497270b3..4bafa4e0a52 100644
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
@@ -28,22 +28,18 @@ public:
Server_ORBInitializer2 (void);
- virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
- );
+ virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info);
- virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
- );
+ virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info);
void set_server_iogr (CORBA::Object_ptr obj);
private:
/// Register the necessary interceptors.
- void register_server_request_interceptors (
- PortableInterceptor::ORBInitInfo_ptr info
- );
+ void register_server_request_interceptors (PortableInterceptor::ORBInitInfo_ptr info);
- // Private temprorary pointer
+ // Private temporary pointer
TAO249_ServerRequest_Interceptor2 *sri_;
};