From 4c51e25e85d15fc56698aec135fd280afd112840 Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 12 Dec 2000 01:58:48 +0000 Subject: *** empty log message *** --- TAO/tao/IIOP.pidl | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 TAO/tao/IIOP.pidl diff --git a/TAO/tao/IIOP.pidl b/TAO/tao/IIOP.pidl new file mode 100644 index 00000000000..fc6b4c0a2d9 --- /dev/null +++ b/TAO/tao/IIOP.pidl @@ -0,0 +1,44 @@ +// -*- IDL -*- +// +// $Id$ + +// +// This file was used to generate the code in +// IIOP*.* The command used to generate code +// is: +// +// tao_idl \ +// -Wb,export_macro=TAO_Export \ +// -Wb,export_include="tao/TAO_Export.h" \ +// -Wb,pre_include="ace/pre.h" \ +// -Wb,post_include="ace/post.h" \ +// IIOP.pidl +// +// This is from the GIOP 1.2 spec for Bi Dir IIOP. + +#ifndef TAO_IIOP_PIDL +#define TAO_IIOP_PIDL + +#pragma prefix "omg.org" + + +// IDL +module IIOP +{ + struct ListenPoint + { + string host; + unsigned short port; + }; + typedef sequence ListenPointList; + struct BiDirIIOPServiceContext + { + ListenPointList listen_points; + }; +}; + + + +#pragma prefix "" + +#endif /* TAO_IIOP_PIDL */ -- cgit v1.2.1