Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef _PORTABLESERVER_PS_FORWARD_IDL_
00025 #define _PORTABLESERVER_PS_FORWARD_IDL_
00026
00027 #include "tao/OctetSeq.pidl"
00028
00029 #pragma prefix "omg.org"
00030
00031 module PortableServer
00032 {
00033 # pragma version PortableServer 2.3
00034
00035 typedef CORBA::OctetSeq ObjectId;
00036
00037 local interface POA;
00038
00039 native Servant;
00040 };
00041
00042 #endif // _PORTABLESERVER_PS_FORWARD_IDL_