summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_State.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_State.h')
-rw-r--r--TAO/tao/GIOP_Message_State.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Message_State.h b/TAO/tao/GIOP_Message_State.h
index 8d9d76619f5..1d61822a2b0 100644
--- a/TAO/tao/GIOP_Message_State.h
+++ b/TAO/tao/GIOP_Message_State.h
@@ -66,6 +66,9 @@ public:
/// Return the message size
CORBA::ULong message_size (void) const;
+ /// Return the message size
+ CORBA::ULong payload_size (void) const;
+
/// Return the byte order information
CORBA::Octet byte_order (void) const;