summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2004-08-23 20:21:53 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2004-08-23 20:21:53 (GMT)
commitdf7f7f48e205789ea8b25c614bd8cc2d80adf262 (patch)
tree895ea4611b326830e9ad60bc3646107e305a21a3 /doc
parent31a5595bd580903e8424bcbba64270a7fa2f6dd3 (diff)
downloadhdf5-df7f7f48e205789ea8b25c614bd8cc2d80adf262.zip
hdf5-df7f7f48e205789ea8b25c614bd8cc2d80adf262.tar.gz
hdf5-df7f7f48e205789ea8b25c614bd8cc2d80adf262.tar.bz2
[svn-r9138]
Description: Correct syntax on two new functions. Revise C++ notes. Platforms tested: Mozilla
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/html/ADGuide/Changes.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html
index 7a36862..eccb151 100755
--- a/doc/html/ADGuide/Changes.html
+++ b/doc/html/ADGuide/Changes.html
@@ -91,7 +91,7 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
<tr>
<td align="left" valign="top"><code>H5Iget_file_id</code>
&nbsp;&nbsp;&nbsp;&nbsp;</td>
- <td align="left" valign="top"><em>herr_t</em> <code>H5Iget_file_id</code>
+ <td align="left" valign="top"><em>hid_t</em> <code>H5Iget_file_id</code>
(<em>hid_t</em> <code>obj_id</code>)<br>
See <a href="../RM_H5I.html#Identify-GetFileID">entry</a>.</td>
</tr>
@@ -110,7 +110,7 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td align="left" valign="top"><em>herr_t</em> <code>H5Zget_filter_info</code>
(<em>H5Z_filter_t</em> <code>filter</code>,
- <em>unsigned *</em> <code>flags</code>)<br>
+ <em>unsigned int *</em> <code>flags</code>)<br>
See <a href="../RM_H5Z.html#Compression-GetFilterInfo">entry</a>.</td>
</tr>
</table>
@@ -147,7 +147,7 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
<dd>&nbsp;
<dt>C++ wrappers:
<dd>C++ wrappers have been brought in sync with the C library,
- completing the C++ API.
+ rendering the C++ API significantly more complete.
Most of the new wrappers are for H5P and H5T APIs.
<p>
All available C++ elements are now documented in the
@@ -175,7 +175,9 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
<h3>Deleted Functions</h3>
+ <!--
None.
+ -->
<!--
The following functions are deprecated in HDF5 Release X.X.x.
@@ -215,6 +217,15 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
-->
+ The following function has been removed in this release.
+
+ <dl>
+ <dd>&nbsp;
+ <dt>C++ wrapper:
+ <dd><code>CompType::getMemberDims</code>
+ </dl>
+
+
<h3>Functions with Changed Syntax</h3>
The following functions have changed as noted.
@@ -1646,7 +1657,7 @@ V1.4.0
Describes HDF5 Release 1.6.2, February 2004
</address><!-- #EndLibraryItem --><!-- Created: Spring 1999 -->
<!-- hhmts start -->
-Last modified: 20 August 2004
+Last modified: 23 August 2004
<!-- hhmts end -->
</body>