summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantRetentionStrategy.cpp
blob: 81c33e627da0a1b3e56a9ed7c8e9103f4578af8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- C++ -*-

//=============================================================================
/**
 *  @file    ServantRetentionStrategy.cpp
 */
//=============================================================================

#include "tao/PortableServer/ServantRetentionStrategy.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO
{
  namespace Portable_Server
  {
    ServantRetentionStrategy::ServantRetentionStrategy ()
    {
    }
  } /* namespace Portable_Server */
} /* namespace TAO */

TAO_END_VERSIONED_NAMESPACE_DECL