summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Current.inl
blob: 4c445f2d29c24fc97fdbeedbc74c251844a123da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
//
// $Id$

#include "tao/SystemException.h"

namespace TAO
{
  namespace Portable_Server
  {
    ACE_INLINE
    POA_Current::POA_Current (void)
    {
    }
  }
}