diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Trading/Offer_Importer.h')
-rw-r--r-- | TAO/orbsvcs/tests/Trading/Offer_Importer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Trading/Offer_Importer.h b/TAO/orbsvcs/tests/Trading/Offer_Importer.h index 3f47723c4e6..5d58a4b58dd 100644 --- a/TAO/orbsvcs/tests/Trading/Offer_Importer.h +++ b/TAO/orbsvcs/tests/Trading/Offer_Importer.h @@ -32,7 +32,7 @@ public: TAO_Offer_Importer (CosTrading::Lookup_ptr lookup_if, CORBA::Boolean verbose = 1); - void perform_queries (TAO_ENV_SINGLE_ARG_DECL) + void perform_queries (ACE_ENV_SINGLE_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, CosTrading::IllegalServiceType, CosTrading::UnknownServiceType, @@ -46,7 +46,7 @@ public: CosTrading::DuplicatePolicyName)); // Barrage the bootstrapped-to trader with queries. - void perform_directed_queries (TAO_ENV_SINGLE_ARG_DECL) + void perform_directed_queries (ACE_ENV_SINGLE_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, CosTrading::IllegalServiceType, CosTrading::UnknownServiceType, @@ -64,7 +64,7 @@ public: private: void perform_queries_with_policies (const TAO_Policy_Creator& policy_manager - TAO_ENV_ARG_DECL) + ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, CosTrading::IllegalServiceType, CosTrading::UnknownServiceType, @@ -81,7 +81,7 @@ private: void display_results (const CosTrading::OfferSeq& offer_seq, CosTrading::OfferIterator_ptr offer_iterator - TAO_ENV_ARG_DECL) const + ACE_ENV_ARG_DECL) const ACE_THROW_SPEC ((CORBA::SystemException)); // Display the results of the query to the screen. |