summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp
index c71daebd1a3..96e511c2419 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.cpp
@@ -29,7 +29,6 @@ TAO_ExtAttributeDef_i::~TAO_ExtAttributeDef_i (void)
CORBA::ExcDescriptionSeq *
TAO_ExtAttributeDef_i::get_exceptions (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -41,7 +40,6 @@ TAO_ExtAttributeDef_i::get_exceptions (
CORBA::ExcDescriptionSeq *
TAO_ExtAttributeDef_i::get_exceptions_i (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::ExcDescriptionSeq *retval = 0;
ACE_NEW_RETURN (retval,
@@ -59,7 +57,6 @@ void
TAO_ExtAttributeDef_i::get_exceptions (
const CORBA::ExcDescriptionSeq &get_exceptions
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -72,7 +69,6 @@ void
TAO_ExtAttributeDef_i::get_exceptions_i (
const CORBA::ExcDescriptionSeq &get_exceptions
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->exceptions ("get_excepts",
get_exceptions);
@@ -81,7 +77,6 @@ TAO_ExtAttributeDef_i::get_exceptions_i (
CORBA::ExcDescriptionSeq *
TAO_ExtAttributeDef_i::set_exceptions (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -93,7 +88,6 @@ TAO_ExtAttributeDef_i::set_exceptions (
CORBA::ExcDescriptionSeq *
TAO_ExtAttributeDef_i::set_exceptions_i (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::ExcDescriptionSeq *retval = 0;
ACE_NEW_RETURN (retval,
@@ -111,7 +105,6 @@ void
TAO_ExtAttributeDef_i::set_exceptions (
const CORBA::ExcDescriptionSeq &set_exceptions
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -124,7 +117,6 @@ void
TAO_ExtAttributeDef_i::set_exceptions_i (
const CORBA::ExcDescriptionSeq &set_exceptions
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->exceptions ("put_excepts",
set_exceptions);
@@ -133,7 +125,6 @@ TAO_ExtAttributeDef_i::set_exceptions_i (
CORBA::ExtAttributeDescription *
TAO_ExtAttributeDef_i::describe_attribute (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -145,7 +136,6 @@ TAO_ExtAttributeDef_i::describe_attribute (
CORBA::ExtAttributeDescription *
TAO_ExtAttributeDef_i::describe_attribute_i (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::ExtAttributeDescription *retval = 0;
ACE_NEW_RETURN (retval,
@@ -162,7 +152,6 @@ void
TAO_ExtAttributeDef_i::fill_description (
CORBA::ExtAttributeDescription &desc
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
desc.name = this->name_i ();