summaryrefslogtreecommitdiff
path: root/tests/MT_Server/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MT_Server/server.cpp')
-rw-r--r--tests/MT_Server/server.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/tests/MT_Server/server.cpp b/tests/MT_Server/server.cpp
index ffb6c640744..ea6351e2bdf 100644
--- a/tests/MT_Server/server.cpp
+++ b/tests/MT_Server/server.cpp
@@ -4,8 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-ACE_RCSID(MT_Server, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = 0;
int nthreads = 4;
@@ -36,18 +34,17 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}
+/**
+ * Run a server thread
+ *
+ * Use the ACE_Task_Base class to run server threads
+ */
class Worker : public ACE_Task_Base
{
- // = TITLE
- // Run a server thread
- //
- // = DESCRIPTION
- // Use the ACE_Task_Base class to run server threads
- //
public:
Worker (CORBA::ORB_ptr orb);
// ctor