From 36ba4a4f1af667682416f48c1698b1167e66e2b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Oct 2010 16:13:36 +0200 Subject: Omit _present(bool) for variable-length members --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b76baec..541c6dc 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,12 @@ Version 3.2.0 information, see Section 5.14, "Mapping for anyType" in the Embedded C++/Hybrid Mapping Getting Started Guide. + * The object model interface for optional members of variable-length + types now omits the _present modifier function. This is done to help + detect programming errors that result from a type becoming variable- + length due to schema changes. To reset such optional members you can + call the member modifier function with NULL as its argument. + * New configuration parameter, XSDE_STL_ITERATOR, makes iterators provided by the mapping conform to the STL requirements. This feature requires working header and allows you to use the standard -- cgit v1.1