summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
index 9788a022b3b..edc62b03212 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
@@ -33,18 +33,13 @@ public:
// The AMI_Test methods.
CORBA::Long foo (CORBA::Long_out out_l,
CORBA::Long in_l,
- const char* in_str)
- ACE_THROW_SPEC ((CORBA::SystemException,
- A::DidTheRightThing));
+ const char* in_str);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
- CORBA::Long yadda (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long yadda (void);
- void yadda (CORBA::Long yadda)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void yadda (CORBA::Long yadda);
private:
CORBA::ORB_var orb_;