summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-11 14:03:53 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-11 14:03:53 +0000
commit2206670e9842ae53afca241296e87fb06971bdc6 (patch)
tree52ed34f94dfe67ae59eeb629c2cbb8bae2f5b88c /TAO/tests
parent170ee7ada5b52ca102244f9023227bc030e43b62 (diff)
downloadATCD-2206670e9842ae53afca241296e87fb06971bdc6.tar.gz
ChangeLogTag: Thu May 11 09:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/AMI/ami_test_i.cpp3
-rw-r--r--TAO/tests/AMI/ami_test_i.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/AMI/ami_test_i.cpp b/TAO/tests/AMI/ami_test_i.cpp
index b47f57039a5..7c252242017 100644
--- a/TAO/tests/AMI/ami_test_i.cpp
+++ b/TAO/tests/AMI/ami_test_i.cpp
@@ -34,7 +34,8 @@ AMI_Test_i::foo (CORBA::Long_out out_l,
CORBA::Long in_l,
const char* in_str,
CORBA::Environment &ACE_TRY_ENV)
- ACE_THROW_SPEC ((CORBA::SystemException))
+ ACE_THROW_SPEC ((CORBA::SystemException,
+ A::DidTheRightThing))
{
out_l = 931233;
diff --git a/TAO/tests/AMI/ami_test_i.h b/TAO/tests/AMI/ami_test_i.h
index 3c2c6b6908c..fb235968a52 100644
--- a/TAO/tests/AMI/ami_test_i.h
+++ b/TAO/tests/AMI/ami_test_i.h
@@ -39,7 +39,8 @@ public:
CORBA::Long in_l,
const char* in_str,
CORBA::Environment &ACE_TRY_ENV)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ ACE_THROW_SPEC ((CORBA::SystemException,
+ A::DidTheRightThing));
void shutdown (CORBA::Environment&)
ACE_THROW_SPEC ((CORBA::SystemException));