summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Server_Request.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Server_Request.inl')
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/DynamicInterface/Server_Request.inl b/TAO/tao/DynamicInterface/Server_Request.inl
index 2c607ae1aeb..22742b0922f 100644
--- a/TAO/tao/DynamicInterface/Server_Request.inl
+++ b/TAO/tao/DynamicInterface/Server_Request.inl
@@ -54,9 +54,3 @@ CORBA_ServerRequest::_tao_reply_byte_order (int byte_order)
this->orb_server_request_.outgoing ().reset_byte_order (byte_order);
}
-
-ACE_INLINE TAO_ServerRequest &
-CORBA_ServerRequest::_tao_server_request (void)
-{
- return this->orb_server_request_;
-}