summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h b/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
index 7edebd44946..653d6d553bf 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h
@@ -65,12 +65,12 @@ public:
int remove_offer (const CosTrading::OfferId offer_id,
CORBA::Environment& _env)
- ACE_THROW_SPEC ((CosTrading::IllegalOfferId,
+ TAO_THROW_SPEC ((CosTrading::IllegalOfferId,
CosTrading::UnknownOfferId));
CosTrading::Offer* lookup_offer (const CosTrading::OfferId offer_id,
CORBA::Environment& _env)
- ACE_THROW_SPEC ((CosTrading::IllegalOfferId,
+ TAO_THROW_SPEC ((CosTrading::IllegalOfferId,
CosTrading::UnknownOfferId));
// Lookup an offer whose offer_id is <offer_id>, and return
// it. Otherwise, throw the appropriate exception.
@@ -78,7 +78,7 @@ public:
CosTrading::Offer* lookup_offer (const CosTrading::OfferId offer_id,
char*& type_name,
CORBA::Environment& _env)
- ACE_THROW_SPEC ((CosTrading::IllegalOfferId,
+ TAO_THROW_SPEC ((CosTrading::IllegalOfferId,
CosTrading::UnknownOfferId));
// Lookup an offer whose OfferId is <offer_id> and return in
// <type_name> the type name of the object. Type name is just a
@@ -131,7 +131,7 @@ private:
char* &service_type,
CORBA::ULong& id,
CORBA::Environment& _env)
- ACE_THROW_SPEC ((CosTrading::IllegalOfferId));
+ TAO_THROW_SPEC ((CosTrading::IllegalOfferId));
// Take in a previously generated offer id and return the type
// and id that were used to generate the offer id.