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.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/Object_Loader/Test_i.h b/TAO/tests/Object_Loader/Test_i.h
index c1d920b2c7b..e9a7edf00bb 100644
--- a/TAO/tests/Object_Loader/Test_i.h
+++ b/TAO/tests/Object_Loader/Test_i.h
@@ -30,14 +30,11 @@ public:
Test_i (PortableServer::POA_ptr poa);
// ctor
- CORBA::Long instance_count (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long instance_count (void);
- void destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void destroy (void);
- PortableServer::POA_ptr _default_POA (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ PortableServer::POA_ptr _default_POA (void);
private:
PortableServer::POA_var poa_;