summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
index f8ae5fb993e..7e8838fdee0 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
@@ -37,14 +37,12 @@ TAO_HomeDef_i::~TAO_HomeDef_i (void)
CORBA::DefinitionKind
TAO_HomeDef_i::def_kind (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::dk_Home;
}
void
TAO_HomeDef_i::destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -55,7 +53,6 @@ TAO_HomeDef_i::destroy (void)
void
TAO_HomeDef_i::destroy_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Destroy our special subsections first, then call destroy_i
// on our base class.
@@ -77,7 +74,6 @@ TAO_HomeDef_i::destroy_i (void)
CORBA::Contained::Description *
TAO_HomeDef_i::describe (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -88,7 +84,6 @@ TAO_HomeDef_i::describe (void)
CORBA::Contained::Description *
TAO_HomeDef_i::describe_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::ComponentIR::HomeDescription home_desc;
@@ -164,7 +159,6 @@ TAO_HomeDef_i::describe_i (void)
CORBA::TypeCode_ptr
TAO_HomeDef_i::type (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (CORBA::TypeCode::_nil ());
@@ -175,7 +169,6 @@ TAO_HomeDef_i::type (void)
CORBA::TypeCode_ptr
TAO_HomeDef_i::type_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TString id;
this->repo_->config ()->get_string_value (this->section_key_,
@@ -193,7 +186,6 @@ TAO_HomeDef_i::type_i (void)
CORBA::ComponentIR::HomeDef_ptr
TAO_HomeDef_i::base_home (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (CORBA::ComponentIR::HomeDef::_nil ());
@@ -204,7 +196,6 @@ TAO_HomeDef_i::base_home (void)
CORBA::ComponentIR::HomeDef_ptr
TAO_HomeDef_i::base_home_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TString path;
int status =
@@ -228,7 +219,6 @@ void
TAO_HomeDef_i::base_home (
CORBA::ComponentIR::HomeDef_ptr base_home
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -241,7 +231,6 @@ void
TAO_HomeDef_i::base_home_i (
CORBA::ComponentIR::HomeDef_ptr base_home
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
char *path = TAO_IFR_Service_Utils::reference_to_path (base_home);
this->repo_->config ()->set_string_value (this->section_key_,
@@ -252,7 +241,6 @@ TAO_HomeDef_i::base_home_i (
CORBA::InterfaceDefSeq *
TAO_HomeDef_i::supported_interfaces (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (0);
@@ -264,7 +252,6 @@ TAO_HomeDef_i::supported_interfaces (
CORBA::InterfaceDefSeq *
TAO_HomeDef_i::supported_interfaces_i (
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::InterfaceDefSeq *retval = 0;
ACE_NEW_RETURN (retval,
@@ -312,7 +299,6 @@ void
TAO_HomeDef_i::supported_interfaces (
const CORBA::InterfaceDefSeq &supported_interfaces
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -325,7 +311,6 @@ void
TAO_HomeDef_i::supported_interfaces_i (
const CORBA::InterfaceDefSeq &supported_interfaces
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->repo_->config ()->remove_section (this->section_key_,
"supported",
@@ -360,7 +345,6 @@ TAO_HomeDef_i::supported_interfaces_i (
CORBA::ComponentIR::ComponentDef_ptr
TAO_HomeDef_i::managed_component (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (CORBA::ComponentIR::ComponentDef::_nil ());
@@ -371,7 +355,6 @@ TAO_HomeDef_i::managed_component (void)
CORBA::ComponentIR::ComponentDef_ptr
TAO_HomeDef_i::managed_component_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TString path;
this->repo_->config ()->get_string_value (this->section_key_,
@@ -388,7 +371,6 @@ void
TAO_HomeDef_i::managed_component (
CORBA::ComponentIR::ComponentDef_ptr managed_component
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -401,7 +383,6 @@ void
TAO_HomeDef_i::managed_component_i (
CORBA::ComponentIR::ComponentDef_ptr managed_component
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
char *path = TAO_IFR_Service_Utils::reference_to_path (managed_component);
this->repo_->config ()->set_string_value (this->section_key_,
@@ -411,7 +392,6 @@ TAO_HomeDef_i::managed_component_i (
CORBA::ValueDef_ptr
TAO_HomeDef_i::primary_key (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_READ_GUARD_RETURN (CORBA::ValueDef::_nil ());
@@ -422,7 +402,6 @@ TAO_HomeDef_i::primary_key (void)
CORBA::ValueDef_ptr
TAO_HomeDef_i::primary_key_i (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_TString path;
int status =
@@ -446,7 +425,6 @@ void
TAO_HomeDef_i::primary_key (
CORBA::ValueDef_ptr primary_key
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
@@ -459,7 +437,6 @@ void
TAO_HomeDef_i::primary_key_i (
CORBA::ValueDef_ptr primary_key
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (CORBA::is_nil (primary_key))
{
@@ -480,7 +457,6 @@ TAO_HomeDef_i::create_factory (const char *id,
const char *version,
const CORBA::ParDescriptionSeq &params,
const CORBA::ExceptionDefSeq &exceptions)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD_RETURN (CORBA::ComponentIR::FactoryDef::_nil ());
@@ -501,7 +477,6 @@ TAO_HomeDef_i::create_factory_i (
const CORBA::ParDescriptionSeq &params,
const CORBA::ExceptionDefSeq &exceptions
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::Object_var obj = this->create_common (CORBA::dk_Factory,
id,
@@ -520,7 +495,6 @@ TAO_HomeDef_i::create_finder (const char *id,
const char *version,
const CORBA::ParDescriptionSeq &params,
const CORBA::ExceptionDefSeq &exceptions)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD_RETURN (CORBA::ComponentIR::FinderDef::_nil ());
@@ -541,7 +515,6 @@ TAO_HomeDef_i::create_finder_i (
const CORBA::ParDescriptionSeq &params,
const CORBA::ExceptionDefSeq &exceptions
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::Object_var obj = this->create_common (CORBA::dk_Finder,
id,