summaryrefslogtreecommitdiff
path: root/TAO/tao/IOP_IORC.i
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-09-10 15:19:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-09-10 15:19:41 +0000
commit041ba9485f35697c32341d191e468f7ec22402a0 (patch)
tree19a73bf94cd3b1889e849c735ac51822d931540e /TAO/tao/IOP_IORC.i
parentb0985733eeeeb502219a6b42019b386984f1ea2a (diff)
downloadATCD-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.i7
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_ */
-