summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Forward.pidl
blob: 4ace2af6e7b56fcaf974de8bc74698c0f5f7df19 (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
43
44
45
46
47
48
49
50
51
52
53
// -*- IDL -*-

/**
 * @file PI_Forward.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for typedefs in the
 * PortableInterceptor module.
 *
 * This file is used to generate PI_Forward.{h,cpp},
 * using the following command:
	 *
 *   tao_idl.exe
 *        -o orig -Gp -Gd -Ge 1 -Sc -Sci
 *        -Wb,export_macro=TAO_Export
 *        -Wb,export_include=tao/TAO_Export.h
 *        -Wb,pre_include="ace/pre.h"
 *        -Wb,post_include="ace/post.h"
 *        PI_Forward.pidl
 *
 * and then:
 *
 * cp orig/PI_ForwardC.{h,cpp} .
 *
 * The code left in PI_ForwardC.{h,cpp}
 *
 */

// File: PI_Forward.pidl

#ifndef _PI_FORWARD_IDL_
#define _PI_FORWARD_IDL_

#include "tao/OctetSeq.pidl"
#include "tao/StringSeq.pidl"

module PortableInterceptor
{
  typeprefix PortableInterceptor "omg.org";

  typedef string ServerId;
  typedef string ORBId;
  typedef CORBA::StringSeq AdapterName;
  typedef CORBA::OctetSeq ObjectId;
  typedef string AdapterManagerId;
  typedef short AdapterState;
  typedef unsigned long SlotId;
  typedef short ReplyStatus;

};

#endif  /* _PI_FORWARD_IDL_ */