summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/test_i.h')
-rw-r--r--TAO/tests/AMI/test_i.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/tests/AMI/test_i.h b/TAO/tests/AMI/test_i.h
index c050a2795d8..b6567cec81e 100644
--- a/TAO/tests/AMI/test_i.h
+++ b/TAO/tests/AMI/test_i.h
@@ -31,21 +31,11 @@ public:
// ctor
// = The Simple_Server methods.
- void test_method (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- CORBA::Long get_number (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- void put_number (CORBA::Long l,
- CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
CORBA::Long get_put_number (CORBA::Long_out out_l,
CORBA::Long in_l,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException));
-
+
void shutdown (CORBA::Environment&)
ACE_THROW_SPEC ((CORBA::SystemException));