diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-10-28 18:31:01 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-10-28 18:31:01 +0000 |
commit | c20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch) | |
tree | fd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/IIOP.pidl | |
parent | 3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff) | |
download | ATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz |
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP.pidl')
-rw-r--r-- | TAO/tao/IIOP.pidl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOP.pidl b/TAO/tao/IIOP.pidl index 835a640776e..d17ab272ef9 100644 --- a/TAO/tao/IIOP.pidl +++ b/TAO/tao/IIOP.pidl @@ -8,7 +8,7 @@ // is: // // tao_idl \ -// -o orig -Gp -Gd -Ge 1 +// -o orig -Sa -Gp -Gd -Ge 1 -GT // -Wb,export_macro=TAO_Export \ // -Wb,export_include="tao/TAO_Export.h" \ // -Wb,pre_include="ace/pre.h" \ @@ -32,7 +32,9 @@ module IIOP string host; unsigned short port; }; + typedef sequence<ListenPoint> ListenPointList; + struct BiDirIIOPServiceContext { ListenPointList listen_points; |