diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-01 18:02:44 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-01 18:02:44 +0000 |
commit | c75e5903bacb9e4473c38894fed2c1db7ee7dbf3 (patch) | |
tree | 7c06ca06117d2eff77631a7cd1ac138b3c8868ae /TAO/tao/OctetSeq.pidl | |
parent | 2083458af17abd210d52f5fabb99e879981640ab (diff) | |
download | ATCD-c75e5903bacb9e4473c38894fed2c1db7ee7dbf3.tar.gz |
ChangeLogTag:Thu Mar 01 09:38:28 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/OctetSeq.pidl')
-rw-r--r-- | TAO/tao/OctetSeq.pidl | 21 |
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 */ |