Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / RequestProcessingStrategy.cpp
blob713b6a92e04fd747a292af024d6ec91a31ef22fd
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file RequestProcessingStrategy.cpp
6 */
7 //=============================================================================
9 #include "tao/PortableServer/RequestProcessingStrategy.h"
11 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
13 namespace TAO
15 namespace Portable_Server
17 void
18 RequestProcessingStrategy::strategy_init(TAO_Root_POA *poa)
20 poa_ = poa;
23 void
24 RequestProcessingStrategy::strategy_cleanup()
26 poa_ = nullptr;
31 TAO_END_VERSIONED_NAMESPACE_DECL