summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 15:49:14 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 15:49:14 +0000
commit37c433997bf1b5c044ff3973fdc8fd6bc48755a5 (patch)
treec232230f0c27261d4c62cc6de8597664329784b9 /TAO/examples
parent6f7598fd35f9f59f3ed246103f425e2462c56907 (diff)
downloadATCD-37c433997bf1b5c044ff3973fdc8fd6bc48755a5.tar.gz
Added missing ACE_THROWs
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Load_Balancing/Load_Balancer_i.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/examples/Load_Balancing/Load_Balancer_i.cpp b/TAO/examples/Load_Balancing/Load_Balancer_i.cpp
index 7753b9caf70..cdb88a0a911 100644
--- a/TAO/examples/Load_Balancing/Load_Balancer_i.cpp
+++ b/TAO/examples/Load_Balancing/Load_Balancer_i.cpp
@@ -274,6 +274,7 @@ Object_Group_i::resolve_with_id (const char * id,
Load_Balancer::Member_ID_List *
Object_Group_i::members (CORBA::Environment &ACE_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
Load_Balancer::Member_ID_List * list;
@@ -302,6 +303,7 @@ Object_Group_i::members (CORBA::Environment &ACE_TRY_ENV)
void
Object_Group_i::destroy (CORBA::Environment &ACE_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
// Deregister with POA.
PortableServer::POA_var poa =