diff options
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp')
-rw-r--r-- | TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp b/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp index c7aaac86248..8d2448ba833 100644 --- a/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp +++ b/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp @@ -47,7 +47,7 @@ Factory_Trader::Factory_Trader (int debug_level) // Set the service type repository support_Attributes_ptr_->type_repos - (this->repository_._this (TAO_ENV_SINGLE_ARG_PARAMETER)); + (this->repository_._this (ACE_ENV_SINGLE_ARG_PARAMETER)); ACE_TRY_CHECK; // Add the "Factory" type to the repository @@ -102,7 +102,7 @@ Factory_Trader::add_type () GENERIC_FACTORY_INTERFACE_REPOSITORY_ID, propStructSeq, superTypeSeq - TAO_ENV_ARG_PARAMETER); + ACE_ENV_ARG_PARAMETER); ACE_TRY_CHECK; } ACE_CATCHANY @@ -147,7 +147,7 @@ Factory_Trader::_cxx_export (const char * name, register_ptr->_cxx_export (CORBA::Object::_duplicate (object_ptr), CORBA::string_dup("GenericFactory"), propertySeq - TAO_ENV_ARG_PARAMETER); + ACE_ENV_ARG_PARAMETER); ACE_TRY_CHECK; } @@ -192,7 +192,7 @@ Factory_Trader::query (const char* constraint) CosTrading::OfferSeq_out(offerSeq_ptr), // results CosTrading::OfferIterator_out(offerIterator_ptr), // more results CosTrading::PolicyNameSeq_out(policyNameSeq_ptr) // Policies - TAO_ENV_ARG_PARAMETER); + ACE_ENV_ARG_PARAMETER); ACE_TRY_CHECK; // Initialize |