summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-06-10 20:04:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-06-10 20:04:16 +0000
commit7b68b8343d7108238078300d27fa400632902174 (patch)
tree6fa5dcb1a49a2ecef53e1f2ea9cdf23aa1b218a4 /TAO/ChangeLog
parent1f6650b5273e6b744fee112c232f2a06ed981ae3 (diff)
downloadATCD-7b68b8343d7108238078300d27fa400632902174.tar.gz
ChangeLogTag:Fri Jun 10 13:00:49 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 602095f12cb..a9862a02657 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Fri Jun 10 13:00:49 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tao/PICurrent_Loader.h:
+
+ Include "tao/orbconf.h" to pull in default TAO_HAS_INTERCEPTORS
+ preprocessor symbol definition. Fixes link-time errors related
+ to missing static constructor definition.
+
+ * tao/PICurrent_Loader.cpp:
+
+ Reorganized include directives so that interceptor related
+ headers are not included when compile-time interceptor support
+ is not enabled.
+
Fri Jun 10 12:51:44 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp: