summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.inl
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-11-07 10:16:31 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-11-07 10:16:31 +0000
commit165c7055de6b0e6319a8a8c66e3440588da52bfe (patch)
tree03998934f267847597826492a3d9e788ae2a4f85 /TAO/tao/Invocation_Adapter.inl
parentecfa674f8a7d54de63b74c4c58cf4512999c0a24 (diff)
downloadATCD-165c7055de6b0e6319a8a8c66e3440588da52bfe.tar.gz
ChangelogTag: Fri Nov 7 10:01:43 UTC 2014 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.inl')
-rw-r--r--TAO/tao/Invocation_Adapter.inl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/Invocation_Adapter.inl b/TAO/tao/Invocation_Adapter.inl
index afc66efda9e..d38a40130d0 100644
--- a/TAO/tao/Invocation_Adapter.inl
+++ b/TAO/tao/Invocation_Adapter.inl
@@ -26,8 +26,23 @@ namespace TAO
, collocation_opportunity_ (collocation_opportunity)
, type_ (type)
, mode_ (mode)
+ , byte_order_ (TAO_ENCAP_BYTE_ORDER)
{
}
+
+ ACE_INLINE
+ void
+ Invocation_Adapter::_tao_byte_order (int byte_order)
+ {
+ this->byte_order_ = byte_order;
+ }
+
+ ACE_INLINE
+ int
+ Invocation_Adapter::_tao_byte_order ()
+ {
+ return this->byte_order_;
+ }
}
TAO_END_VERSIONED_NAMESPACE_DECL