summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Oneways/Peer.h')
-rw-r--r--TAO/tests/Big_Oneways/Peer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Big_Oneways/Peer.h b/TAO/tests/Big_Oneways/Peer.h
index 9188396fcce..61ce3f84a50 100644
--- a/TAO/tests/Big_Oneways/Peer.h
+++ b/TAO/tests/Big_Oneways/Peer.h
@@ -14,7 +14,7 @@ public:
Peer (CORBA::ORB_ptr orb);
/// Destructor
- virtual ~Peer (void);
+ virtual ~Peer ();
// = The skeleton methods
virtual Test::Session_ptr create_session (Test::Session_Control_ptr control,
@@ -22,7 +22,7 @@ public:
CORBA::ULong thread_count,
CORBA::ULong message_count,
CORBA::ULong peer_count);
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// Keep a pointer to the ORB to shutdown cleanly