summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp')
-rw-r--r--TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp
index 47530f5a9a9..64adaf777f5 100644
--- a/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp
+++ b/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp
@@ -57,7 +57,7 @@ namespace TAO
void
IdUniquenessStrategyFactoryImpl::destroy (
IdUniquenessStrategy *strategy
- ACE_ENV_ARG_DECL)
+ )
{
switch (strategy->type ())
{
@@ -73,8 +73,7 @@ namespace TAO
if (strategy_factory != 0)
{
- strategy_factory->destroy (strategy ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
+ strategy_factory->destroy (strategy);
}
break;
}