diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 14:05:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 14:05:32 (GMT) |
commit | fcb67f0e8606781eb01a53da01d539da4b50966c (patch) | |
tree | 8f8d93bb10f8f8d03bbc34e2f3edfb7b66ad4296 /src/H5Epubgen.h | |
parent | d903bca3cf49cb1b29ae886a2ddbab35c77d240b (diff) | |
download | hdf5-fcb67f0e8606781eb01a53da01d539da4b50966c.zip hdf5-fcb67f0e8606781eb01a53da01d539da4b50966c.tar.gz hdf5-fcb67f0e8606781eb01a53da01d539da4b50966c.tar.bz2 |
[svn-r10195] Purpose:
New feature
Description:
Add feature to modify an existing record in a B-tree
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r-- | src/H5Epubgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h index ab39d3e..c88ed1f 100644 --- a/src/H5Epubgen.h +++ b/src/H5Epubgen.h @@ -274,6 +274,7 @@ H5_DLLVAR hid_t H5E_CANTCOMPARE_g; /* Can't compare objects */ #define H5E_CANTSWAP (H5OPEN H5E_CANTSWAP_g) #define H5E_CANTINSERT (H5OPEN H5E_CANTINSERT_g) #define H5E_CANTLIST (H5OPEN H5E_CANTLIST_g) +#define H5E_CANTMODIFY (H5OPEN H5E_CANTMODIFY_g) H5_DLLVAR hid_t H5E_NOTFOUND_g; /* Object not found */ H5_DLLVAR hid_t H5E_EXISTS_g; /* Object already exists */ H5_DLLVAR hid_t H5E_CANTENCODE_g; /* Unable to encode value */ @@ -283,6 +284,7 @@ H5_DLLVAR hid_t H5E_CANTREDISTRIBUTE_g; /* Unable to redistribute records */ H5_DLLVAR hid_t H5E_CANTSWAP_g; /* Unable to swap records */ H5_DLLVAR hid_t H5E_CANTINSERT_g; /* Unable to insert object */ H5_DLLVAR hid_t H5E_CANTLIST_g; /* Unable to list node */ +H5_DLLVAR hid_t H5E_CANTMODIFY_g; /* Unable to modify record */ /* Argument errors */ #define H5E_UNINITIALIZED (H5OPEN H5E_UNINITIALIZED_g) |