summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-06-23 00:57:12 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-06-23 00:57:12 +0000
commit508721f3bab541869c62b8caa0741693b2c3c70e (patch)
treea1e194b88cec23fadc4634721c50727d42791767 /TAO/orbsvcs
parent6f7f455377659d955a321e1e1c2269582c2c0c1b (diff)
downloadATCD-508721f3bab541869c62b8caa0741693b2c3c70e.tar.gz
Added ACE_THROW_SPEC
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h
index b82426293c5..009ec7aeb52 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h
+++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h
@@ -230,11 +230,13 @@ public:
virtual CORBA::Boolean next_n (CORBA::ULong how_many,
ImplementationRepository::ServerInformationList_out server_list,
- CORBA::Environment &ACE_TRY_ENV = CORBA::Environment::default_environment ());
+ CORBA::Environment &ACE_TRY_ENV = CORBA::Environment::default_environment ())
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Returns the next list of up to <how_many> servers. If empty, will return
// false.
- virtual void destroy (CORBA::Environment &ACE_TRY_ENV = CORBA::Environment::default_environment ());
+ virtual void destroy (CORBA::Environment &ACE_TRY_ENV = CORBA::Environment::default_environment ())
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Destroys the iterator.
private: