summaryrefslogtreecommitdiff
path: root/tests/ZIOP/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ZIOP/Hello.cpp')
-rw-r--r--tests/ZIOP/Hello.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/ZIOP/Hello.cpp b/tests/ZIOP/Hello.cpp
index ab73744cbe1..e22724f5b73 100644
--- a/tests/ZIOP/Hello.cpp
+++ b/tests/ZIOP/Hello.cpp
@@ -3,8 +3,6 @@
//
#include "Hello.h"
-ACE_RCSID(Hello, Hello, "$Id$")
-
Hello::Hello (CORBA::ORB_ptr orb)
: orb_ (CORBA::ORB::_duplicate (orb))
{
@@ -36,17 +34,17 @@ Hello::get_big_reply ()
return reply_mesg._retn ();
}
-void
+void
Hello::big_request (const ::Test::Octet_Seq & octet_in)
{
if (octet_in.length () > 0)
{
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
ACE_TEXT("Server side BLOB received\n")));
}
else
{
- ACE_DEBUG ((LM_ERROR,
+ ACE_DEBUG ((LM_ERROR,
ACE_TEXT("Error recieving BLOB on server\n")));
}
}