summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Hello.cpp
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/ICMG_Any_Bug/Hello.cpp
parent1a4c23d60cf23b6e97877d6ecf77142e95e7b1fc (diff)
downloadATCD-4a94bf9e8e96ce495aedaf6ef0829e42a4489742.tar.gz
Mon Feb 12 11:40:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/Hello.cpp')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.cpp b/TAO/tests/ICMG_Any_Bug/Hello.cpp
index 19e8544dde1..83e1d2e1a4e 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.cpp
+++ b/TAO/tests/ICMG_Any_Bug/Hello.cpp
@@ -14,7 +14,6 @@ Hello::Hello (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa)
Test::HelloWorld_ptr
Hello::get_helloworld (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
HelloWorld *hello_world;
ACE_NEW_THROW_EX (hello_world,
@@ -30,7 +29,6 @@ Hello::get_helloworld (void)
void
Hello::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}