summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Server_Request.inl
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-26 19:02:02 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-26 19:02:02 +0000
commit1af225868d21696a42b2b05a603b10b223ffb275 (patch)
tree8ec517625095d98a7499dd9273d5c12d43e2b94e /TAO/tao/DynamicInterface/Server_Request.inl
parentb72efeee7b3acd3b11714a68cec27f0a763fc30b (diff)
downloadATCD-1af225868d21696a42b2b05a603b10b223ffb275.tar.gz
ChangeLogTag: Mon Feb 26 12:52:48 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/Server_Request.inl')
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.inl12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/Server_Request.inl b/TAO/tao/DynamicInterface/Server_Request.inl
index e79890ee8cf..22742b0922f 100644
--- a/TAO/tao/DynamicInterface/Server_Request.inl
+++ b/TAO/tao/DynamicInterface/Server_Request.inl
@@ -42,3 +42,15 @@ 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);
+}
+