summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP.pidl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 01:08:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 01:08:32 +0000
commit7504d68268eea946c85e109a9fb7cbb9ace55810 (patch)
tree7ab7c47d9e7d717d76039c027c28553562075526 /TAO/tao/GIOP.pidl
parent86759a74d10c3e4a32a8d029f538eb0731ee122e (diff)
downloadATCD-7504d68268eea946c85e109a9fb7cbb9ace55810.tar.gz
ChangeLogTag:Thu Feb 7 17:06:24 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/GIOP.pidl')
-rw-r--r--TAO/tao/GIOP.pidl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/GIOP.pidl b/TAO/tao/GIOP.pidl
index b10c6cf87d0..e9da0b786da 100644
--- a/TAO/tao/GIOP.pidl
+++ b/TAO/tao/GIOP.pidl
@@ -14,7 +14,7 @@
// is:
//
// tao_idl
-// -Ge 1
+// -o orig -Gp -Gd -Ge 1 -Gv -DCORBA3
// -Wb,export_macro=TAO_Export
// -Wb,export_include="tao/TAO_Export.h"
// -Wb,pre_include="ace/pre.h"
@@ -24,7 +24,7 @@
// ================================================================
#pragma prefix "omg.org"
#include "IOP.pidl"
-module GIOP
+module GIOP
{
typedef short AddressingDisposition;
const short KeyAddr = 0;
@@ -36,13 +36,13 @@ module GIOP
octet major;
octet minor;
};
- struct IORAddressingInfo
+ struct IORAddressingInfo
{
unsigned long selected_profile_index;
IOP::IOR ior;
};
- union TargetAddress switch (AddressingDisposition)
+ union TargetAddress switch (AddressingDisposition)
{
case KeyAddr: sequence <octet> object_key;
case ProfileAddr: IOP::TaggedProfile profile;