summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PortableServer.cpp
blob: 8d2cd3f885cbd080f48414fd9fa671321610d30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "tao/PortableServer/PortableServer.h"
#include "tao/PortableServer/Object_Adapter_Factory.h"
#include "tao/PortableServer/POA_Current_Factory.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

int
TAO_POA_Initializer::init ()
{
  ACE_Service_Config::process_directive (ace_svc_desc_TAO_POA_Current_Factory);

  return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Object_Adapter_Factory);
}

TAO_END_VERSIONED_NAMESPACE_DECL