summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP.i')
-rw-r--r--TAO/tao/GIOP.i5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/GIOP.i b/TAO/tao/GIOP.i
index 75b3fa19eab..f04f67a3295 100644
--- a/TAO/tao/GIOP.i
+++ b/TAO/tao/GIOP.i
@@ -63,13 +63,12 @@ TAO_GIOP_Version::operator!= (const TAO_GIOP_Version &src)
// ****************************************************************
ACE_INLINE void
-TAO_GIOP_Message_State::reset (int reset_contents)
+TAO_GIOP_Message_State::reset (void)
{
this->message_size = 0;
this->current_offset = 0;
this->more_fragments = 0;
- if (reset_contents)
- this->cdr.reset_contents ();
+ this->cdr.reset_contents ();
}
ACE_INLINE int