summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_State.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_State.inl')
-rw-r--r--TAO/tao/GIOP_Message_State.inl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Message_State.inl b/TAO/tao/GIOP_Message_State.inl
index 80d421c7340..463c293270e 100644
--- a/TAO/tao/GIOP_Message_State.inl
+++ b/TAO/tao/GIOP_Message_State.inl
@@ -59,3 +59,10 @@ TAO_GIOP_Message_State::set_payload_size_from_buffer (const char *rd_ptr)
this->message_size_ = this->read_ulong (rd_ptr);
}
+
+ACE_INLINE CORBA::ULong
+TAO_GIOP_Message_State::read_ulong (const char *rd_ptr)
+{
+ return TAO_GIOP_Message_State::read4( rd_ptr, this->byte_order_) ;
+}
+