summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Twoways/Session_Control.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Twoways/Session_Control.h')
-rw-r--r--TAO/tests/Big_Twoways/Session_Control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Big_Twoways/Session_Control.h b/TAO/tests/Big_Twoways/Session_Control.h
index edb4799cc78..7b7791f5f67 100644
--- a/TAO/tests/Big_Twoways/Session_Control.h
+++ b/TAO/tests/Big_Twoways/Session_Control.h
@@ -20,7 +20,7 @@ public:
virtual ~Session_Control (void);
/// Return 1 when all sessions have finished
- int all_sessions_finished (void) const;
+ int all_sessions_finished () const;
// = The skeleton methods
virtual void session_finished (CORBA::Boolean success);