Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / PortableServer / ImplicitActivationStrategyImplicit.cpp
blob5ff61d8362ba5453db4db86c3ec0556971681f04
1 #include "tao/PortableServer/ImplicitActivationStrategyImplicit.h"
3 #if !defined (CORBA_E_MICRO) && !defined (CORBA_E_COMPACT)
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 namespace TAO
9 namespace Portable_Server
11 bool
12 ImplicitActivationStrategyImplicit::allow_implicit_activation () const
14 return true;
19 TAO_END_VERSIONED_NAMESPACE_DECL
21 #endif