summaryrefslogtreecommitdiff
path: root/tests/TransportCurrent/IIOP/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TransportCurrent/IIOP/server.cpp')
-rw-r--r--tests/TransportCurrent/IIOP/server.cpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/tests/TransportCurrent/IIOP/server.cpp b/tests/TransportCurrent/IIOP/server.cpp
index ae2d595b403..ec3f6611858 100644
--- a/tests/TransportCurrent/IIOP/server.cpp
+++ b/tests/TransportCurrent/IIOP/server.cpp
@@ -1,4 +1,5 @@
// -*- C++ -*-
+// $Id$
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
@@ -10,11 +11,6 @@
#include "Server_Request_Interceptor.h"
#include "Server_ORBInitializer.h"
-
-ACE_RCSID (Transport_Current,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT ("server.ior");
int nthreads = 1;
int use_collocated_call = 1;
@@ -51,14 +47,11 @@ parse_args (int argc, ACE_TCHAR *argv[])
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}
-
-
/// A helper class to encapsulate a task
-
class Worker : public ACE_Task_Base
{
public:
@@ -72,16 +65,13 @@ private:
/// Ctor
-
Worker::Worker (CORBA::ORB_ptr orb)
: orb_ (CORBA::ORB::_duplicate (orb))
{
}
-
/// Test referencing the TC data *inside* the context of a client-side
/// interceptor
-
int
Worker::svc (void)
{