summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp b/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp
index ceafea4d1a5..da297e04130 100644
--- a/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp
@@ -30,13 +30,11 @@ public:
}
void go (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
started_ = true;
}
void done (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
started_ = false;
}