summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.cpp')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.cpp b/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.cpp
index 00a50947930..3a985f08026 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.cpp
+++ b/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.cpp
@@ -130,7 +130,7 @@ FooServantList::create_and_activate(CORBA::ORB_ptr orb,
void
-FooServantList::client_done(void)
+FooServantList::client_done()
{
unsigned num_left;
@@ -158,7 +158,7 @@ FooServantList::collocated_client () const
void
-FooServantList::deactivate_servant (void)
+FooServantList::deactivate_servant ()
{
for (unsigned i = 0; i < this->num_servants_; i++)
{