summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/AdapterActivator.pidl
blob: 0fa4dce9ee9899c8949b641e140b3ce757551ac6 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/**
 * @file AdapterActivator.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the PortableServer module.
 *
 * This file was used to generate the code in
 * AdapaterActivatorC.{h,inl,cpp}, using the following command:
 *
 * tao_idl.exe \
 *     -o orig -Gp -Gd -Ge 1 -Sc -GA -Sci -I$(TAO_ROOT)
 *          -Wb,export_macro=TAO_PortableServer_Export \
 *          -Wb,export_include="portableserver_export.h" \
 *          -Wb,pre_include="ace/pre.h" \
 *          -Wb,post_include="ace/post.h" \
 *          AdapterActivator.pidl
 */

#ifndef _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_
#define _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_

///FUZZ: disable check_for_include/
#include <tao/PortableServer/PS_Forward.pidl>

#pragma prefix "omg.org"

module PortableServer
{
  /// AdapterActivator interface.
  local interface AdapterActivator
  {
#   pragma version AdapterActivator 2.3

    boolean unknown_adapter (in POA parent,
                             in string name);
  };
};

#endif // _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_