summaryrefslogtreecommitdiff
path: root/examples/Kokyu_dsrt_schedulers/mif_example/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kokyu_dsrt_schedulers/mif_example/server.cpp')
-rw-r--r--examples/Kokyu_dsrt_schedulers/mif_example/server.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/examples/Kokyu_dsrt_schedulers/mif_example/server.cpp b/examples/Kokyu_dsrt_schedulers/mif_example/server.cpp
index dad9b581cde..93aabdb657b 100644
--- a/examples/Kokyu_dsrt_schedulers/mif_example/server.cpp
+++ b/examples/Kokyu_dsrt_schedulers/mif_example/server.cpp
@@ -8,8 +8,6 @@
#include "MIF_Scheduler.h"
#include "Task_Stats.h"
-ACE_RCSID(MT_Server, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
int nthreads = 2;
@@ -53,18 +51,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