summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp
blob: 41daec0ca8b88f44932ef195b94bf922b1af2c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "MIOP.h"
#include "UIPMC_Factory.h"
#include "ace/Service_Config.h"
#include "PortableGroup_Loader.h"

ACE_RCSID (PortableGroup,
           UIPMC_Factory,
           "$Id$")

namespace TAO
{
  /*static*/ int
  MIOP_Loader::Initializer (void)
  {
    /*ACE_Service_Config::process_directive (
      ace_svc_desc_TAO_PortableGroup_Loader);
    */
    return ACE_Service_Config::process_directive (
      ace_svc_desc_TAO_UIPMC_Protocol_Factory);
  }
}