summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
index 15ca6723cba..fce1e92db8e 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
@@ -193,8 +193,6 @@ TAO::PG_Object_Group::add_member_to_iogr (CORBA::Object_ptr member)
void
TAO::PG_Object_Group::add_member (const PortableGroup::Location & the_location,
CORBA::Object_ptr member)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableGroup::ObjectNotAdded))
{
ACE_GUARD (TAO_SYNCH_MUTEX, guard, this->internals_);
@@ -250,8 +248,6 @@ int
TAO::PG_Object_Group::set_primary_member (
TAO_IOP::TAO_IOR_Property * prop,
const PortableGroup::Location & the_location)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableGroup::MemberNotFound))
{
ACE_GUARD_RETURN (TAO_SYNCH_MUTEX,
guard,
@@ -325,8 +321,6 @@ TAO::PG_Object_Group::set_primary_member (
void
TAO::PG_Object_Group::remove_member (
const PortableGroup::Location & the_location)
- ACE_THROW_SPEC ( (CORBA::SystemException,
- PortableGroup::MemberNotFound))
{
ACE_GUARD (TAO_SYNCH_MUTEX, guard, this->internals_);
MemberInfo * info = 0;
@@ -383,9 +377,6 @@ TAO::PG_Object_Group::get_object_group_id (void) const
void
TAO::PG_Object_Group::set_properties_dynamically (
const PortableGroup::Properties & overrides)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableGroup::InvalidProperty,
- PortableGroup::UnsupportedProperty))
{
ACE_GUARD (TAO_SYNCH_MUTEX, guard, this->internals_);
@@ -397,7 +388,6 @@ TAO::PG_Object_Group::set_properties_dynamically (
void
TAO::PG_Object_Group::get_properties (
PortableGroup::Properties_var & result) const
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_GUARD (TAO_SYNCH_MUTEX, guard, this->internals_);
this->properties_.export_properties(*result);
@@ -506,7 +496,6 @@ TAO::PG_Object_Group::distribute_iogr (void)
PortableGroup::Locations *
TAO::PG_Object_Group::locations_of_members (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_GUARD_RETURN (TAO_SYNCH_MUTEX,
guard,
@@ -539,9 +528,6 @@ TAO::PG_Object_Group::locations_of_members (void)
CORBA::Object_ptr
TAO::PG_Object_Group::get_member_reference (
const PortableGroup::Location & the_location)
- ACE_THROW_SPEC ((
- CORBA::SystemException,
- PortableGroup::MemberNotFound))
{
ACE_GUARD_RETURN (TAO_SYNCH_MUTEX,
guard,
@@ -608,12 +594,6 @@ TAO::PG_Object_Group::create_member (
const PortableGroup::Location & the_location,
const char * type_id,
const PortableGroup::Criteria & the_criteria)
- ACE_THROW_SPEC ( (CORBA::SystemException,
- PortableGroup::MemberAlreadyPresent,
- PortableGroup::NoFactory,
- PortableGroup::ObjectNotCreated,
- PortableGroup::InvalidCriteria,
- PortableGroup::CannotMeetCriteria))
{
ACE_GUARD (TAO_SYNCH_MUTEX, guard, this->internals_);
@@ -698,8 +678,6 @@ TAO::PG_Object_Group::create_member (
void
TAO::PG_Object_Group::create_members (size_t count)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableGroup::NoFactory))
{
// assume internals is locked
// @@ what if factories were passed as criteria?