summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/StrategyFactory.cpp
blob: 98331b770b4c5c566f47aaa1f1b455b36a3d0cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#include "StrategyFactory.h"
#include "ace/Dynamic_Service.h"

ACE_RCSID (PortableServer,
           StrategyFactory,
           "$Id$")

namespace TAO
{
  namespace Portable_Server
  {
    StrategyFactory::~StrategyFactory (void)
    {
    }
  } /* namespace Portable_Server */
} /* namespace TAO */