summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/append.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/append.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/append.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/AnyTypeCode/append.cpp b/TAO/tao/AnyTypeCode/append.cpp
index 69d88d32aba..aa6b2f97266 100644
--- a/TAO/tao/AnyTypeCode/append.cpp
+++ b/TAO/tao/AnyTypeCode/append.cpp
@@ -89,8 +89,7 @@ TAO_Marshal_Primitive::append (CORBA::TypeCode_ptr tc,
if (TAO_debug_level > 0)
TAOLIB_DEBUG ((
LM_DEBUG,
- ACE_TEXT ("TAO_Marshal_Primitive::append detected error\n")
- ));
+ ACE_TEXT ("TAO_Marshal_Primitive::append detected error\n")));
throw ::CORBA::MARSHAL (0, CORBA::COMPLETED_MAYBE);
}
@@ -306,8 +305,7 @@ TAO_Marshal_ObjRef::append (CORBA::TypeCode_ptr,
if (TAO_debug_level > 0)
TAOLIB_DEBUG ((
LM_DEBUG,
- ACE_TEXT ("TAO_Marshal_ObjRef::append detected error\n")
- ));
+ ACE_TEXT ("TAO_Marshal_ObjRef::append detected error\n")));
throw ::CORBA::MARSHAL (0, CORBA::COMPLETED_MAYBE);
}
@@ -636,8 +634,7 @@ TAO_Marshal_Sequence::append (CORBA::TypeCode_ptr tc,
{
TAOLIB_DEBUG ((
LM_DEBUG,
- ACE_TEXT ("TAO_Marshal_Sequence::append detected error\n")
- ));
+ ACE_TEXT ("TAO_Marshal_Sequence::append detected error\n")));
throw ::CORBA::MARSHAL ();
}
@@ -820,8 +817,7 @@ TAO_Marshal_Sequence::append (CORBA::TypeCode_ptr tc,
if (TAO_debug_level > 0)
TAOLIB_DEBUG ((
LM_DEBUG,
- ACE_TEXT ("marshaling TAO_Marshal_Sequence::append detected error\n")
- ));
+ ACE_TEXT ("marshaling TAO_Marshal_Sequence::append detected error\n")));
throw ::CORBA::MARSHAL ();
}