summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Twoways/Session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Twoways/Session.cpp')
-rw-r--r--TAO/tests/Big_Twoways/Session.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Big_Twoways/Session.cpp b/TAO/tests/Big_Twoways/Session.cpp
index 13edf85c678..9ca05f2e34a 100644
--- a/TAO/tests/Big_Twoways/Session.cpp
+++ b/TAO/tests/Big_Twoways/Session.cpp
@@ -18,12 +18,12 @@ Session::Session (Test::Session_Control_ptr control,
{
}
-Session::~Session (void)
+Session::~Session ()
{
}
int
-Session::svc (void)
+Session::svc ()
{
this->barrier_.wait ();
@@ -183,7 +183,7 @@ Session::echo_payload (const Test::Payload &the_payload)
void
-Session::destroy (void)
+Session::destroy ()
{
// Make sure local resources are released
@@ -206,7 +206,7 @@ Session::more_work () const
}
void
-Session::validate_connections (void)
+Session::validate_connections ()
{
const CORBA::ULong session_count =
this->other_sessions_.length ();