summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/LocalInterfaceDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/LocalInterfaceDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/LocalInterfaceDef_i.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/LocalInterfaceDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/LocalInterfaceDef_i.cpp
index 6fe1c37dbc9..31eeced9bf2 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/LocalInterfaceDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/LocalInterfaceDef_i.cpp
@@ -26,14 +26,12 @@ TAO_LocalInterfaceDef_i::~TAO_LocalInterfaceDef_i (void)
CORBA::DefinitionKind
TAO_LocalInterfaceDef_i::def_kind (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::dk_LocalInterface;
}
CORBA::Boolean
TAO_LocalInterfaceDef_i::is_a (const char *interface_id)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -44,7 +42,6 @@ TAO_LocalInterfaceDef_i::is_a (const char *interface_id)
CORBA::Boolean
TAO_LocalInterfaceDef_i::is_a_i (const char *interface_id)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (ACE_OS::strcmp (interface_id, "IDL:omg.org/CORBA/LocalBase:1.0") == 0)
{