summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 11:39:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 11:39:19 +0000
commite6a70f64431bab9ca9dbebdaaac2d226f43a5671 (patch)
tree8b978b752764b7e60b4d58da28bd0a0296306ebe
parent85b06f5a2041cf5b3a4b959ca0df88e7129561f1 (diff)
downloadATCD-e6a70f64431bab9ca9dbebdaaac2d226f43a5671.tar.gz
ChangeLogTag: Wed Apr 19 11:39:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 993be8f1b84..b8fff88e852 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,40 @@
+Wed Apr 19 11:39:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ Integrated iioptbranch.
+
+ * tao/RTPortableServer/RT_Servant_Dispatcher.cpp:
+ No need to include IIOP files, just use the base classes
+
+ Wed Mar 29 08:01:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/default_resource.cpp
+ * tao/IIOP_Acceptor.cpp
+ * tao/IIOP_Acceptor.h
+ * tao/IIOP_Acceptor.i
+ * tao/IIOP_Connection_Handler.cpp
+ * tao/IIOP_Connection_Handler.h
+ * tao/IIOP_Connector.cpp
+ * tao/IIOP_Connector.h
+ * tao/IIOP_Endpoint.cpp
+ * tao/IIOP_Endpoint.h
+ * tao/IIOP_Endpoint.i
+ * tao/IIOP_Factory.cpp
+ * tao/IIOP_Factory.h
+ * tao/IIOP_Lite_Factory.cpp
+ * tao/IIOP_Lite_Factory.h
+ * tao/IIOP_Profile.cpp
+ * tao/IIOP_Profile.h
+ * tao/IIOP_Transport.cpp
+ * tao/IIOP_Transport.h
+ * tao/orbconf.h
+ * tao/TAO_Internal.cpp
+ Added TAO_HAS_IIOP. This is default set to 1 but can be overridden
+ in the config.h file to 0 meaning we don't support IIOP. This is
+ usefull for embedded systems that support one of the other
+ pluggable protocols and don't need IIOP support at all. With
+ TAO_HAS_IIOP set to 0 not everything will compile, just the
+ core libs itself.
+
Wed Apr 19 07:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Integrated sequpdate3 branch. This fixes the following bugzilla entries: