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.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/TAO/tests/Big_Oneways/Session.h b/TAO/tests/Big_Oneways/Session.h
index ef408f81679..8dc4dcaafab 100644
--- a/TAO/tests/Big_Oneways/Session.h
+++ b/TAO/tests/Big_Oneways/Session.h
@@ -35,27 +35,24 @@ public:
int svc (void);
// = The skeleton methods
- virtual void start (const Test::Session_List &other_sessions
- ACE_ENV_ARG_DECL)
+ virtual void start (const Test::Session_List &other_sessions)
ACE_THROW_SPEC ((CORBA::SystemException,
Test::Already_Running,
Test::No_Peers));
- virtual void ping (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual void ping (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void receive_payload (const Test::Payload &the_payload
- ACE_ENV_ARG_DECL)
+ virtual void receive_payload (const Test::Payload &the_payload)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void destroy (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void destroy (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private:
/// Helper function used to report any problems and destroy local
/// resources
- void terminate (CORBA::Boolean success
- ACE_ENV_ARG_DECL)
+ void terminate (CORBA::Boolean success)
ACE_THROW_SPEC (());
/// Return 1 if all the work in this session has been completed
@@ -63,7 +60,7 @@ private:
/// Make sure that all threads have connections avaiable to the
/// other sessions.
- void validate_connections (ACE_ENV_SINGLE_ARG_DECL);
+ void validate_connections (void);
private:
/// Synchronize the internal state