summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Marshal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Marshal.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Marshal.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/AnyTypeCode/Marshal.cpp b/TAO/tao/AnyTypeCode/Marshal.cpp
index 2f777c06be7..ca5c7b2dfc1 100644
--- a/TAO/tao/AnyTypeCode/Marshal.cpp
+++ b/TAO/tao/AnyTypeCode/Marshal.cpp
@@ -32,9 +32,7 @@ TAO_Marshal_Object::~TAO_Marshal_Object (void)
}
TAO::traverse_status
-TAO_Marshal_Object::perform_skip (CORBA::TypeCode_ptr tc,
- TAO_InputCDR *stream
- )
+TAO_Marshal_Object::perform_skip (CORBA::TypeCode_ptr tc, TAO_InputCDR *stream)
{
CORBA::ULong const kind = tc->kind ();
@@ -143,8 +141,7 @@ TAO_Marshal_Object::perform_skip (CORBA::TypeCode_ptr tc,
TAO::traverse_status
TAO_Marshal_Object::perform_append (CORBA::TypeCode_ptr tc,
TAO_InputCDR *src,
- TAO_OutputCDR *dest
- )
+ TAO_OutputCDR *dest)
{
CORBA::ULong kind = tc->kind ();