summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-02 16:18:15 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-02 16:18:15 +0000
commit609cf3203d7471b4f51589ccc3fe7fadb3b508a4 (patch)
treee6d89c1e4924a083903b351dddc7ecb6d5601b25
parentaec463333dfe680b377251e178955941506ebdbd (diff)
downloadATCD-609cf3203d7471b4f51589ccc3fe7fadb3b508a4.tar.gz
ChangeLogTag:Fri Mar 02 08:13:34 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/Makefile2
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e6cf0529bb4..1bd7147d30e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Fri Mar 02 08:13:34 2001 Ossama Othman <ossama@uci.edu>
+
+ * tests/Portable_Interceptors/ForwardRequest/Makefile
+ (TAO_IDLFLAGS):
+
+ Define the "CORBA3" preprocessor macro to make sure that the
+ "local" keyword is enabled in the `tao/PortableInterceptor.pidl'
+ file included by `ServerRequestInterceptor.idl'.
+
Fri Mar 02 07:40:28 2001 Ossama Othman <ossama@uci.edu>
* tests/Portable_Interceptors/ForwardRequest/ServerRequestInterceptor.idl:
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile b/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile
index a075e94972e..9b5d0adab27 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile
@@ -36,7 +36,7 @@ SERVER_OBJS = \
Server_Request_Interceptor.o \
$(IDL_SRC:.cpp=.o)
-TAO_IDLFLAGS += -Ge 1
+TAO_IDLFLAGS += -Ge 1 -DCORBA3
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------