summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp')
-rw-r--r--TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp b/TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp
index 896745f0846..0072ac6fd52 100644
--- a/TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp
+++ b/TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp
@@ -40,10 +40,9 @@ namespace TAO
void
LifespanStrategyTransientFactoryImpl::destroy (
LifespanStrategy *strategy
- ACE_ENV_ARG_DECL)
+ )
{
- strategy->strategy_cleanup (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_CHECK;
+ strategy->strategy_cleanup ();
delete strategy;
}