summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Throughput/Receiver_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Throughput/Receiver_Factory.h')
-rw-r--r--TAO/performance-tests/Throughput/Receiver_Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Throughput/Receiver_Factory.h b/TAO/performance-tests/Throughput/Receiver_Factory.h
index 44a023b49e0..b16cb45b13e 100644
--- a/TAO/performance-tests/Throughput/Receiver_Factory.h
+++ b/TAO/performance-tests/Throughput/Receiver_Factory.h
@@ -14,9 +14,9 @@ public:
Receiver_Factory (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual Test::Receiver_ptr create_receiver (void);
+ virtual Test::Receiver_ptr create_receiver ();
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// Keep a reference to the ORB in order to shutdown the app