summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Dynamic_Thread_Pool
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Dynamic_Thread_Pool')
-rw-r--r--TAO/tests/RTCORBA/Dynamic_Thread_Pool/README4
-rw-r--r--TAO/tests/RTCORBA/Dynamic_Thread_Pool/server.cpp1
-rw-r--r--TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h3
3 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README
index 94074ab8aeb..3286dcbe9ad 100644
--- a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README
+++ b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README
@@ -1,5 +1,3 @@
-
-
Description:
This is a simple test for a RT thread-pool server. It creates a
server process with multiple thread pools, POAs, and servants. The
@@ -7,4 +5,4 @@ test also spawns multiple clients for each servant. The servants with
multiple threads in their thread-pool respond faster than the servants
with a single thread thread-pool.
-See run_test.pl to see how to run this test. \ No newline at end of file
+See run_test.pl to see how to run this test.
diff --git a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/server.cpp b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/server.cpp
index 7bdf6bff90d..3de5fa0d2bb 100644
--- a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/server.cpp
+++ b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/server.cpp
@@ -150,7 +150,6 @@ create_POA_and_register_servant (CORBA::Policy_ptr threadpool_policy,
class Task : public ACE_Task_Base
{
public:
-
Task (ACE_Thread_Manager &thread_manager,
CORBA::ORB_ptr orb);
diff --git a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h
index 3dafef71563..17dc7cbdea7 100644
--- a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h
+++ b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/test_i.h
@@ -8,8 +8,7 @@
#include "testS.h"
-class test_i :
- public POA_test
+class test_i : public POA_test
{
public:
/// Constructor.