summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Server_Request.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-22 10:09:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-22 10:09:24 +0000
commitc4fa6e1568cdffaa7d755446cf90b0415513dcdc (patch)
tree7ef3ccaa88be55250076d461f3e7435a6b8b9b2a /TAO/tao/DynamicInterface/Server_Request.inl
parent3d7d1efc98e95729911628d8cce51df1d4f78030 (diff)
downloadATCD-c4fa6e1568cdffaa7d755446cf90b0415513dcdc.tar.gz
ChangeLogTag:Tue Feb 22 02:03:20 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/Server_Request.inl')
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/Server_Request.inl b/TAO/tao/DynamicInterface/Server_Request.inl
index dea7c3e0b05..8431d78ad0d 100644
--- a/TAO/tao/DynamicInterface/Server_Request.inl
+++ b/TAO/tao/DynamicInterface/Server_Request.inl
@@ -65,13 +65,13 @@ CORBA::ServerRequest::_tao_lazy_evaluation (bool lazy_evaluation)
ACE_INLINE int
CORBA::ServerRequest::_tao_incoming_byte_order (void) const
{
- return this->orb_server_request_.incoming ().byte_order ();
+ 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);
+ this->orb_server_request_.outgoing ()->reset_byte_order (byte_order);
}