summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
index 28fb4b79870..ff0658e0d68 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
@@ -24,14 +24,12 @@ TAO_StringDef_i::~TAO_StringDef_i (void)
CORBA::DefinitionKind
TAO_StringDef_i::def_kind (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::dk_String;
}
void
TAO_StringDef_i::destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -42,7 +40,6 @@ TAO_StringDef_i::destroy (void)
void
TAO_StringDef_i::destroy_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TString name;
this->repo_->config ()->get_string_value (this->section_key_,
@@ -56,7 +53,6 @@ TAO_StringDef_i::destroy_i (void)
CORBA::TypeCode_ptr
TAO_StringDef_i::type (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (CORBA::TypeCode::_nil ());
@@ -67,7 +63,6 @@ TAO_StringDef_i::type (void)
CORBA::TypeCode_ptr
TAO_StringDef_i::type_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::ULong bound = this->bound_i ();
@@ -78,7 +73,6 @@ TAO_StringDef_i::type_i (void)
CORBA::ULong
TAO_StringDef_i::bound (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -89,7 +83,6 @@ TAO_StringDef_i::bound (void)
CORBA::ULong
TAO_StringDef_i::bound_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
u_int retval = 0;
this->repo_->config ()->get_integer_value (this->section_key_,
@@ -101,7 +94,6 @@ TAO_StringDef_i::bound_i (void)
void
TAO_StringDef_i::bound (CORBA::ULong bound)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -112,7 +104,6 @@ TAO_StringDef_i::bound (CORBA::ULong bound)
void
TAO_StringDef_i::bound_i (CORBA::ULong bound)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->repo_->config ()->set_integer_value (this->section_key_,
"bound",