summaryrefslogtreecommitdiff
path: root/tao/PortableServer/ServantManager.pidl
blob: 435a33fd56a61745f3e4ac2216d81d4c37d16fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * @file ServantManager.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the PortableServer module.
 */

#ifndef _PORTABLESERVER_SERVANT_MANAGER_IDL_
#define _PORTABLESERVER_SERVANT_MANAGER_IDL_

#pragma prefix "omg.org"

#if !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)

module PortableServer
{
# pragma version PortableServer 2.3

  // ServantManager interface.
  local interface ServantManager {};
};

#endif

#endif // _PORTABLESERVER_SERVANT_MANAGER_IDL_