diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-02-18 09:07:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-02-18 09:07:14 +0000 |
commit | 6505e0e66092f5c22ab656946a800138897ddf4c (patch) | |
tree | 91ba7fc4584511f31379702bdcf543da966f7f78 /TAO/tao/IOP_IOR.pidl | |
parent | 088f6e83bd2ffc10f050df15282f9795ddbb02f6 (diff) | |
download | ATCD-6505e0e66092f5c22ab656946a800138897ddf4c.tar.gz |
ChangeLogTag: Fri Feb 18 17:04:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IOP_IOR.pidl')
-rw-r--r-- | TAO/tao/IOP_IOR.pidl | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/tao/IOP_IOR.pidl b/TAO/tao/IOP_IOR.pidl index ed2d39d207b..a24cf6fde7e 100644 --- a/TAO/tao/IOP_IOR.pidl +++ b/TAO/tao/IOP_IOR.pidl @@ -12,7 +12,7 @@ * tao_idl.exe * -o orig -Gp -Gd -Ge 1 -GT -GA -Sc * -Wb,export_macro=TAO_Export - * -Wb,export_include=TAO_Export.h + * -Wb,export_include=tao/TAO_Export.h * -Wb,pre_include="ace/pre.h" * -Wb,post_include="ace/post.h" * IOP_IOR.pidl @@ -20,19 +20,12 @@ * and then: * * cp orig/IOP_IORC.{h,i,cpp} . - * cp orig/IOP_IORA.{h,cpp} . - * - * patch < diffs/IOP_IOR.diff - * - * The code left in IOP_IORC.{h,i,cpp} and IOP_IORA.{h,cpp} is ready - * for use. - * + * cp orig/IOP_IORA.cpp . */ #ifndef TAO_IOP_IOR_PIDL #define TAO_IOP_IOR_PIDL -#include <orb.idl> #include <OctetSeq.pidl> #pragma prefix "omg.org" |