Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / ImplicitActivationStrategyExplicit.cpp
blob97762e51cb7a807a6cfda591d4ae266f278b51b1
1 // -*- C++ -*-
2 #include "tao/PortableServer/ImplicitActivationStrategyExplicit.h"
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 namespace TAO
8 namespace Portable_Server
10 bool
11 ImplicitActivationStrategyExplicit::allow_implicit_activation () const
13 return false;
18 TAO_END_VERSIONED_NAMESPACE_DECL