summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h b/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
index 0c7debe7178..3745856fce7 100644
--- a/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
+++ b/TAO/orbsvcs/tests/FT_App/StubBatchConsumer.h
@@ -36,7 +36,7 @@ public:
*/
virtual ~StubBatchConsumer ();
- ::PortableServer::POA_ptr _default_POA (void);
+ ::PortableServer::POA_ptr _default_POA ();
::PortableServer::ObjectId objectId()const;
/**
@@ -64,7 +64,7 @@ public:
/**
* Clean house for process shut down.
*/
- void fini (void);
+ void fini ();
public: