diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-09-10 15:19:41 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-09-10 15:19:41 +0000 |
commit | 041ba9485f35697c32341d191e468f7ec22402a0 (patch) | |
tree | 19a73bf94cd3b1889e849c735ac51822d931540e /TAO/tao/IOP_IORC.i | |
parent | b0985733eeeeb502219a6b42019b386984f1ea2a (diff) | |
download | ATCD-041ba9485f35697c32341d191e468f7ec22402a0.tar.gz |
ChangeLogTag:Wed Sep 10 08:15:13 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IOP_IORC.i')
-rw-r--r-- | TAO/tao/IOP_IORC.i | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/IOP_IORC.i b/TAO/tao/IOP_IORC.i index cfdd9ccb662..b40f08bf0e4 100644 --- a/TAO/tao/IOP_IORC.i +++ b/TAO/tao/IOP_IORC.i @@ -54,6 +54,12 @@ CORBA::Boolean operator>> ( // TAO_IDL - Generated from // be/be_visitor_sequence/cdr_op_ci.cpp:81 +#if defined (HPUX) && defined (IOR) + /* HP-UX 11.11 defines IOR in /usr/include/pa/inline.h + and we don't want that definition. See IOP_IORC.h. */ +# undef IOR +#endif /* HPUX && IOR */ + #if !defined _TAO_CDR_OP_IOP_IOR__tao_seq_TaggedProfile_profiles_I_ #define _TAO_CDR_OP_IOP_IOR__tao_seq_TaggedProfile_profiles_I_ @@ -233,4 +239,3 @@ CORBA::Boolean TAO_Export operator>> ( ); #endif /* _TAO_CDR_OP_IOP_ServiceContextList_I_ */ - |