summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ForwardRequest.pidl
blob: c8df7d7d6a3bb298e9c7d21334f8e48584c72a2c (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
/**
 * @file ForwardRequest.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the PortableServer module.
 *
 * This file was used to generate the code in
 * ForwardRequestC.{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" \
 *          ForwardRequest.pidl
 */

#ifndef _PORTABLESERVER_FORWARDREQUEST_IDL_
#define _PORTABLESERVER_FORWARDREQUEST_IDL_

#pragma prefix "omg.org"

module PortableServer
{
# pragma version PortableServer 2.3

  exception ForwardRequest
  {
    Object forward_reference;
  };
};

#endif // _PORTABLESERVER_SERVANT_MANAGER_IDL_