From 3fd50fd0ecba187c1d1ec921a8f6410b0a43df70 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 26 Sep 2006 12:02:32 +0000 Subject: Tue Sep 26 11:59:12 UTC 2006 Johnny Willemsen --- TAO/ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index cd1d73fbe11..687992c58ac 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,32 @@ +Tue Sep 26 11:59:12 UTC 2006 Johnny Willemsen + + * tao/Strategies/COIOP_*.*: + New pluggable protocol COIOP, this is Collocated Only IOP. It is + almost finished, some small improvements are pending which will + be added soon. This protocol only allows collocated invocations and + must be explicitly enabled by defined TAO_HAS_COIOP to 1. At the + moment all other protocols are disabled with their defines it is + then possible to run a collocated TAO application without using + any network API's which safes footprint for an application. + + * tao/DynamicAny/DynCommon.h: + No need for a pragma push/pop + + * tao/ORB_Constants.h: + Added COIOP profile constant + + * tao/Strategies.mpc: + Extended for COIOP + + * tao/Strategies/advanced_resource.cpp: + Added COIOP factory + + * utils/catior/catior.cpp: + Added support for COIOP + + * docs/releasenotes/index.html: + Added COIOP + Tue Sep 26 06:21:12 UTC 2006 Johnny Willemsen * tests/Timeout/run_test.pl: -- cgit v1.2.1