summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Object_Loader/Test_i.h')
-rw-r--r--TAO/tests/Object_Loader/Test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Object_Loader/Test_i.h b/TAO/tests/Object_Loader/Test_i.h
index 1081689864d..06ecfd828b7 100644
--- a/TAO/tests/Object_Loader/Test_i.h
+++ b/TAO/tests/Object_Loader/Test_i.h
@@ -38,13 +38,13 @@ public:
// ctor
CORBA::Long instance_count (CORBA::Environment &)
- ACE_THROW_SPEC (());
+ ACE_THROW_SPEC ((CORBA::SystemException));
void destroy (CORBA::Environment &)
- ACE_THROW_SPEC (());
+ ACE_THROW_SPEC ((CORBA::SystemException));
PortableServer::POA_ptr _default_POA (CORBA::Environment &)
- ACE_THROW_SPEC (());
+ ACE_THROW_SPEC ((CORBA::SystemException));
private:
PortableServer::POA_var poa_;