summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Any.i')
-rw-r--r--TAO/tao/Any.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Any.i b/TAO/tao/Any.i
index fc8a58a8f91..545d277948a 100644
--- a/TAO/tao/Any.i
+++ b/TAO/tao/Any.i
@@ -37,6 +37,11 @@ CORBA_Any::to_object::to_object (CORBA_Object_out obj)
{
}
+ACE_INLINE int
+CORBA_Any::_tao_byte_order (void) const
+{
+ return this->byte_order_;
+}
// *************************************************************
// Inline operations for class CORBA_Any_var
// *************************************************************