00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #ifndef _PI_FORWARD_IDL_
00033 #define _PI_FORWARD_IDL_
00034
00035 #include "tao/OctetSeq.pidl"
00036 #include "tao/StringSeq.pidl"
00037
00038 module PortableInterceptor
00039 {
00040 typeprefix PortableInterceptor "omg.org";
00041
00042 typedef string ServerId;
00043 typedef string ORBId;
00044 typedef CORBA::StringSeq AdapterName;
00045 typedef CORBA::OctetSeq ObjectId;
00046 typedef string AdapterManagerId;
00047 typedef short AdapterState;
00048 typedef unsigned long SlotId;
00049 typedef short ReplyStatus;
00050
00051 };
00052
00053 #endif