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.inl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tao/DynamicInterface/Server_Request.inl b/TAO/tao/DynamicInterface/Server_Request.inl
index 22742b0922f..e79890ee8cf 100644
--- a/TAO/tao/DynamicInterface/Server_Request.inl
+++ b/TAO/tao/DynamicInterface/Server_Request.inl
@@ -42,15 +42,3 @@ CORBA_ServerRequest::_tao_lazy_evaluation (int lazy_evaluation)
this->lazy_evaluation_ = lazy_evaluation;
}
-ACE_INLINE int
-CORBA_ServerRequest::_tao_incoming_byte_order (void) const
-{
- return this->orb_server_request_.incoming ().byte_order ();
-}
-
-ACE_INLINE void
-CORBA_ServerRequest::_tao_reply_byte_order (int byte_order)
-{
- this->orb_server_request_.outgoing ().reset_byte_order (byte_order);
-}
-