diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-23 10:03:19 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-23 10:03:19 +0000 |
commit | 972f93ac6e5baa2bbcfcab44e8a55730cbf78fea (patch) | |
tree | ae0eb6fa77b9d9753e97f55b09c48731e3f807d8 /TAO/tao/OctetSeq.pidl | |
parent | 397114a145b42ac235f4e59aeeaa8409978a895f (diff) | |
download | ATCD-972f93ac6e5baa2bbcfcab44e8a55730cbf78fea.tar.gz |
ChangeLogTag:Mon Oct 23 02:49:25 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/OctetSeq.pidl')
-rw-r--r-- | TAO/tao/OctetSeq.pidl | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/TAO/tao/OctetSeq.pidl b/TAO/tao/OctetSeq.pidl index f9f3127cde7..8259c45604d 100644 --- a/TAO/tao/OctetSeq.pidl +++ b/TAO/tao/OctetSeq.pidl @@ -1,5 +1,25 @@ +// -*- IDL -*- +// // $Id$ +// ================================================================ +// +// This file was used to generate the code in PortableInterceptorC.* +// 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" \ +// OctetSeq.pidl +// +// Patches for changes to the generated code are available in the +// `diffs' directory. +// ================================================================ + + #ifndef TAO_OCTET_SEQ_IDL #define TAO_OCTET_SEQ_IDL @@ -9,4 +29,4 @@ typedef sequence<octet> OctetSeq; #pragma prefix "" -#endif /* TAO_OCTET_SEQ_IDL */ +#endif /* TAO_OCTET_SEQ_IDL */ |