summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PS_Forward.pidl
blob: 86f8af6f9274785ed3114232de6dded9f9f5d754 (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
41
42
/**
 * @file PS_Forward.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the PortableServer module.
 *
 * This file was used to generate the code in
 * PS_ForwardC.{h,inl,cpp}, using the following command:
 *
 * tao_idl.exe \
 *     -o orig -Gp -Gd -Ge 1 -Sc -Sci -GA -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" \
 *          PS_Forward.pidl
 *
 * Apply patches using the following command:
 *
 *   patch < diffs/PS_Forward.diff
 */

#ifndef _PORTABLESERVER_PS_FORWARD_IDL_
#define _PORTABLESERVER_PS_FORWARD_IDL_

#include <OctetSeq.pidl>

#pragma prefix "omg.org"

module PortableServer
{
# pragma version PortableServer 2.3

  typedef CORBA::OctetSeq ObjectId;

  local interface POA;

  native Servant;
};

#endif // _PORTABLESERVER_PS_FORWARD_IDL_