summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ImplicitActivationStrategyImplicit.cpp
blob: 5ff61d8362ba5453db4db86c3ec0556971681f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "tao/PortableServer/ImplicitActivationStrategyImplicit.h"

#if !defined (CORBA_E_MICRO) && !defined (CORBA_E_COMPACT)

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO
{
  namespace Portable_Server
  {
    bool
    ImplicitActivationStrategyImplicit::allow_implicit_activation () const
    {
      return true;
    }
  }
}

TAO_END_VERSIONED_NAMESPACE_DECL

#endif