summaryrefslogtreecommitdiff
path: root/TAO/tests/IOR_Endpoint_Hostnames
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/IOR_Endpoint_Hostnames
parent1a4c23d60cf23b6e97877d6ecf77142e95e7b1fc (diff)
downloadATCD-4a94bf9e8e96ce495aedaf6ef0829e42a4489742.tar.gz
Mon Feb 12 11:40:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/IOR_Endpoint_Hostnames')
-rw-r--r--TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp1
-rw-r--r--TAO/tests/IOR_Endpoint_Hostnames/bogus_i.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp b/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp
index e9694858821..fc4222d3e30 100644
--- a/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp
+++ b/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.cpp
@@ -14,6 +14,5 @@ bogus::~bogus()
void
bogus::noop (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
}
diff --git a/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.h b/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.h
index dceebf65eb0..65a72f2be16 100644
--- a/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.h
+++ b/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.h
@@ -15,8 +15,7 @@ public:
bogus ();
virtual ~bogus ();
- virtual void noop (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void noop (void);
};
#include /**/ "ace/post.h"