summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-17 15:14:14 +0000
committerheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-17 15:14:14 +0000
commita23c86d62742366374a854af733cf48487c4f48e (patch)
tree1f85cc89d2ce2e385d784cef6079ed4e7e7c035e /TAO/orbsvcs
parent868d283cf2fc990d4f500f216895c3eb55bcf46b (diff)
downloadATCD-a23c86d62742366374a854af733cf48487c4f48e.tar.gz
ChangeLogTag: Mon Feb 17 09:09:54 2003 Heather Drury <drury_h@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.cpp b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.cpp
index 59415c1d927..abefc409f72 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.cpp
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.cpp
@@ -48,7 +48,7 @@ void
TAO_LB_IORInterceptor::establish_components (
PortableInterceptor::IORInfo_ptr
ACE_ENV_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC (())
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
}
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
index 609d0ec2cf6..8b69b2b9b32 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
@@ -81,7 +81,9 @@ public:
virtual void establish_components (
PortableInterceptor::IORInfo_ptr info
ACE_ENV_ARG_DECL_WITH_DEFAULTS)
- ACE_THROW_SPEC (());
+ ACE_THROW_SPEC ((
+ CORBA::SystemException
+ ));
virtual void components_established (
PortableInterceptor::IORInfo_ptr info