From 18c6d1062bfe6cd288b5720ef6cda0cc807ec5c5 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Tue, 27 Aug 2002 12:38:01 +0000 Subject: Merge changes from OOO_STABLE_1 to HEAD --- bridges/source/remote/static/proxy.cxx | 6 +++--- bridges/source/remote/static/stub.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bridges') diff --git a/bridges/source/remote/static/proxy.cxx b/bridges/source/remote/static/proxy.cxx index 5d0e89446a4c..ddca7b343d85 100644 --- a/bridges/source/remote/static/proxy.cxx +++ b/bridges/source/remote/static/proxy.cxx @@ -2,9 +2,9 @@ * * $RCSfile: proxy.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2001-10-15 16:49:52 $ + * last change: $Author: svesik $ $Date: 2002-08-27 13:38:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ #include -#ifdef SOLARIS +#if defined(SOLARIS) || defined(IRIX) #include #elif defined MACOSX #include diff --git a/bridges/source/remote/static/stub.cxx b/bridges/source/remote/static/stub.cxx index 758e51e2046a..86b6d80a598d 100644 --- a/bridges/source/remote/static/stub.cxx +++ b/bridges/source/remote/static/stub.cxx @@ -2,9 +2,9 @@ * * $RCSfile: stub.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pluby $ $Date: 2000-10-20 01:07:05 $ + * last change: $Author: svesik $ $Date: 2002-08-27 13:38:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,7 @@ * * ************************************************************************/ -#ifdef SOLARIS +#if defined(SOLARIS) || defined(IRIX) #include #elif defined MACOSX #include -- cgit