summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-04 08:28:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-04 08:28:41 +0000
commit2cd72b918075e1f95d55889480b181bde3f4a00f (patch)
tree0f8f2aba89bc07c6fd572c2a93b2d61a7e6c95f1
parent24c14d8e40ed580175f1e1d11e3cc58c0d1b59f7 (diff)
downloadATCD-2cd72b918075e1f95d55889480b181bde3f4a00f.tar.gz
ChangeLogTag: Wed May 4 08:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--NEWS4
-rw-r--r--TAO/NEWS17
-rw-r--r--TAO/tao/TypeCode_Case.cpp1
3 files changed, 19 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 78bd76db28c..f352d9b7659 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
===========================================================================
+. Subset ACE for TAO and TAO Services
+
+. Create lightweight ACE_Hash_Manager for use in TAO
+
PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.6
====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index c72a8213761..b3268a62fc0 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,15 +1,26 @@
PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
===========================================================================
-- (Johnny/Ossama) Bug 1420-Protocols in Transport Cache not amenable for
+. (Johnny/Ossama) Bug 1420-Protocols in Transport Cache not amenable for
strict policy enforcement
-- (Johnny/Ossama) Location Forwarding fixes
+. (Johnny/Ossama) Location Forwarding fixes
-- (JTC/Ossama) autoconf support for TAO
+. (JTC/Ossama) autoconf support for TAO
. ONGOING - ETA unknown
+. Subset PortableInterceptors and Anys to separate libraries
+
+. When making asynchronous invocations data is queued until it can be
+ transported on the network
+
+. Add possibility to set customer allocators to be used by the ORB for
+ marshaling and demarshaling
+
+. Improve CORBA compliance by fixing bugzilla bugs 1917, 1271, 1951,
+ and 2043
+
PLANNED MAJOR CHANGES TARGETED FOR TAO-1.4.6
============================================
diff --git a/TAO/tao/TypeCode_Case.cpp b/TAO/tao/TypeCode_Case.cpp
index 66958356fdc..078071e2287 100644
--- a/TAO/tao/TypeCode_Case.cpp
+++ b/TAO/tao/TypeCode_Case.cpp
@@ -4,6 +4,7 @@
#define TAO_TYPECODE_CASE_CPP
#include "TypeCode_Case.h"
+#include "ace/OS_NS_string.h"
#ifndef __ACE_INLINE__
# include "tao/TypeCode_Case.inl"