summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h b/TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h
index efab29f4187..03e77be65a7 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h
+++ b/TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h
@@ -18,7 +18,7 @@ public:
void create_and_activate(PortableServer::POA_ptr poa);
- void client_done(void);
+ void client_done();
private:
PortableServer::ServantBase_var* servants_;