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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/Big_Oneways/Session.h b/TAO/tests/Big_Oneways/Session.h
index 2ed4501a940..71a05cbe5d1 100644
--- a/TAO/tests/Big_Oneways/Session.h
+++ b/TAO/tests/Big_Oneways/Session.h
@@ -42,6 +42,8 @@ public:
Test::Already_Running,
Test::No_Peers));
+ virtual void ping (CORBA::Environment &) ACE_THROW_SPEC (());
+
virtual void receive_payload (const Test::Payload &the_payload,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -59,6 +61,10 @@ private:
/// Return 1 if all the work in this session has been completed
int more_work (void) const;
+ /// Make sure that all threads have connections avaiable to the
+ /// other sessions.
+ void validate_connections (CORBA::Environment &ACE_TRY_ENV);
+
private:
/// Synchronize the internal state
ACE_SYNCH_MUTEX mutex_;