summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1535_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 11:52:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 11:52:38 +0000
commit4a94bf9e8e96ce495aedaf6ef0829e42a4489742 (patch)
treeb1209abef436be321023aa6100646e884be3ada9 /TAO/tests/Bug_1535_Regression
parent1a4c23d60cf23b6e97877d6ecf77142e95e7b1fc (diff)
downloadATCD-4a94bf9e8e96ce495aedaf6ef0829e42a4489742.tar.gz
Mon Feb 12 11:40:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_1535_Regression')
-rw-r--r--TAO/tests/Bug_1535_Regression/Test.cpp1
-rw-r--r--TAO/tests/Bug_1535_Regression/Test.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Bug_1535_Regression/Test.cpp b/TAO/tests/Bug_1535_Regression/Test.cpp
index 55daf8fcfc4..00399f096ea 100644
--- a/TAO/tests/Bug_1535_Regression/Test.cpp
+++ b/TAO/tests/Bug_1535_Regression/Test.cpp
@@ -12,7 +12,6 @@ Hello::Hello (PortableServer::POA_ptr poa) :
void
Hello::print_hello_world (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
}
diff --git a/TAO/tests/Bug_1535_Regression/Test.h b/TAO/tests/Bug_1535_Regression/Test.h
index 42bccb4ce91..df13c104c11 100644
--- a/TAO/tests/Bug_1535_Regression/Test.h
+++ b/TAO/tests/Bug_1535_Regression/Test.h
@@ -16,8 +16,7 @@ public:
Hello (PortableServer::POA_ptr poa);
// = The skeleton methods
- virtual void print_hello_world (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void print_hello_world (void);
PortableServer::POA_ptr _default_POA (void);