summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d11fdcdf8bd..0f9cd049f9d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,18 @@
+Tue Dec 23 11:04:06 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/PortableInterceptorC.h:
+ * tao/PortableServer/Object_Adapter.cpp:
+ * tao/PortableServer/ServerInterceptorAdapter.cpp:
+ * tao/PortableServer/ServerInterceptorAdapter.h:
+
+ Added an #define TAO_HAS_EXTENDED_FT_INTERCEPTORS, to protect
+ the extended interceptor call. The extended call is only for our
+ FT capabilities and is proprietary. A compliant implementation
+ of an application level PortableInterceptor will start running
+ into trouble without this #define. This change is to protect
+ compliant implementations of application intereceptors from
+ having any surprises.
+
Tue Dec 23 09:48:52 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/IDL_Test/Makefile: