summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp
index f8b9a707618..d9948085b90 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp
@@ -32,14 +32,12 @@ TAO_ConstantDef_i::~TAO_ConstantDef_i (void)
CORBA::DefinitionKind
TAO_ConstantDef_i::def_kind (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::dk_Constant;
}
CORBA::Contained::Description *
TAO_ConstantDef_i::describe (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -50,7 +48,6 @@ TAO_ConstantDef_i::describe (void)
CORBA::Contained::Description *
TAO_ConstantDef_i::describe_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::Contained::Description *desc_ptr = 0;
ACE_NEW_THROW_EX (desc_ptr,
@@ -87,7 +84,6 @@ TAO_ConstantDef_i::describe_i (void)
CORBA::TypeCode_ptr
TAO_ConstantDef_i::type (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (CORBA::TypeCode::_nil ());
@@ -98,7 +94,6 @@ TAO_ConstantDef_i::type (void)
CORBA::TypeCode_ptr
TAO_ConstantDef_i::type_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TString type_path;
this->repo_->config ()->get_string_value (this->section_key_,
@@ -113,7 +108,6 @@ TAO_ConstantDef_i::type_i (void)
CORBA::IDLType_ptr
TAO_ConstantDef_i::type_def (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (CORBA::IDLType::_nil ());
@@ -124,7 +118,6 @@ TAO_ConstantDef_i::type_def (void)
CORBA::IDLType_ptr
TAO_ConstantDef_i::type_def_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TString type_path;
this->repo_->config ()->get_string_value (this->section_key_,
@@ -140,7 +133,6 @@ TAO_ConstantDef_i::type_def_i (void)
void
TAO_ConstantDef_i::type_def (CORBA::IDLType_ptr type_def)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -151,7 +143,6 @@ TAO_ConstantDef_i::type_def (CORBA::IDLType_ptr type_def)
void
TAO_ConstantDef_i::type_def_i (CORBA::IDLType_ptr type_def)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
char *type_path = TAO_IFR_Service_Utils::reference_to_path (type_def);
@@ -162,7 +153,6 @@ TAO_ConstantDef_i::type_def_i (CORBA::IDLType_ptr type_def)
CORBA::Any *
TAO_ConstantDef_i::value (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -173,7 +163,6 @@ TAO_ConstantDef_i::value (void)
CORBA::Any *
TAO_ConstantDef_i::value_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::TypeCode_var tc = this->type_i ();
@@ -213,7 +202,6 @@ TAO_ConstantDef_i::value_i (void)
void
TAO_ConstantDef_i::value (const CORBA::Any &value)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -224,7 +212,6 @@ TAO_ConstantDef_i::value (const CORBA::Any &value)
void
TAO_ConstantDef_i::value_i (const CORBA::Any &value)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::TypeCode_var my_tc =
this->type_i ();