summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways/Session.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Oneways/Session.h')
-rw-r--r--TAO/tests/Big_Oneways/Session.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Big_Oneways/Session.h b/TAO/tests/Big_Oneways/Session.h
index 13fe7148e09..826f35db6f8 100644
--- a/TAO/tests/Big_Oneways/Session.h
+++ b/TAO/tests/Big_Oneways/Session.h
@@ -26,19 +26,19 @@ public:
CORBA::ULong peer_count);
/// Destructor
- virtual ~Session (void);
+ virtual ~Session ();
/// Run one of the experiment threads
- int svc (void);
+ int svc ();
// = The skeleton methods
virtual void start (const Test::Session_List &other_sessions);
- virtual void ping (void);
+ virtual void ping ();
virtual void receive_payload (const Test::Payload &the_payload);
- virtual void destroy (void);
+ virtual void destroy ();
private:
/// Helper function used to report any problems and destroy local
@@ -50,7 +50,7 @@ private:
/// Make sure that all threads have connections avaiable to the
/// other sessions.
- void validate_connections (void);
+ void validate_connections ();
private:
/// Synchronize the internal state