summaryrefslogtreecommitdiff
path: root/TAO/tao/OctetSeq.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/OctetSeq.pidl')
-rw-r--r--TAO/tao/OctetSeq.pidl21
1 files changed, 12 insertions, 9 deletions
diff --git a/TAO/tao/OctetSeq.pidl b/TAO/tao/OctetSeq.pidl
index 8259c45604d..751255dc14b 100644
--- a/TAO/tao/OctetSeq.pidl
+++ b/TAO/tao/OctetSeq.pidl
@@ -8,11 +8,11 @@
// The command used to generate code is:
//
// tao_idl
-// -Ge 1 \
-// -Wb,export_macro=TAO_Export \
-// -Wb,export_include="tao/corbafwd.h" \
-// -Wb,pre_include="ace/pre.h" \
-// -Wb,post_include="ace/post.h" \
+// -Ge 1
+// -Wb,export_macro=TAO_Export
+// -Wb,export_include="corbafwd.h"
+// -Wb,pre_include="ace/pre.h"
+// -Wb,post_include="ace/post.h"
// OctetSeq.pidl
//
// Patches for changes to the generated code are available in the
@@ -20,13 +20,16 @@
// ================================================================
-#ifndef TAO_OCTET_SEQ_IDL
-#define TAO_OCTET_SEQ_IDL
+#ifndef TAO_CORBA_OCTET_SEQ_IDL
+#define TAO_CORBA_OCTET_SEQ_IDL
#pragma prefix "omg.org"
-typedef sequence<octet> OctetSeq;
+module CORBA
+{
+ typedef sequence<octet> OctetSeq;
+};
#pragma prefix ""
-#endif /* TAO_OCTET_SEQ_IDL */
+#endif /* TAO_CORBA_OCTET_SEQ_IDL */