summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Simple.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Simple.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Simple.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Simple.h b/TAO/orbsvcs/tests/Notify/Basic/Simple.h
index ed80e117075..ef89670dfe7 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Simple.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/Simple.h
@@ -38,9 +38,7 @@ public:
// = PushSupplier methods
virtual void push (
const CORBA::Any & data
- )
- ACE_THROW_SPEC ((CORBA::SystemException,
- CosEventComm::Disconnected));
+ );
protected:
Simple_Test * test_client_;