summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP.pidl
diff options
context:
space:
mode:
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;