summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h')
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h
index 104b54fb772..ee52b2c8d3f 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.h
@@ -31,14 +31,19 @@ public:
// ctor
// = The Test methods.
- void oneway_op (CORBA::ULong work,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ())
+ void oneway_payload_test (const Test::data &d,
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException));
- void twoway_op (CORBA::ULong work,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ())
+ void oneway_work_test (CORBA::ULong work,
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ())
+ ACE_THROW_SPEC ((CORBA::SystemException));
+
+ void twoway_work_test (CORBA::ULong work,
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException));
void shutdown (CORBA::Environment &ACE_TRY_ENV =