summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.inl')
-rw-r--r--TAO/tao/DynamicInterface/Request.inl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tao/DynamicInterface/Request.inl b/TAO/tao/DynamicInterface/Request.inl
index 9b217fd664c..a4b2024e3bd 100644
--- a/TAO/tao/DynamicInterface/Request.inl
+++ b/TAO/tao/DynamicInterface/Request.inl
@@ -135,18 +135,6 @@ CORBA_Request::_tao_lazy_evaluation (int lazy_evaluation)
this->lazy_evaluation_ = lazy_evaluation;
}
-ACE_INLINE int
-CORBA_Request::_tao_byte_order (void) const
-{
- return this->byte_order_;
-}
-
-ACE_INLINE void
-CORBA_Request::_tao_byte_order (int byte_order)
-{
- this->byte_order_ = byte_order;
-}
-
// *************************************************************
// Inline operations for class CORBA_Request_var
// *************************************************************