mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
Marked H5I_REFERENCE as deprecated in H5Ipublic.h.
This commit is contained in:
parent
63647cd363
commit
dc048e96f3
@ -40,7 +40,12 @@ typedef enum H5I_type_t {
|
||||
H5I_DATASPACE, /* type ID for Dataspace objects */
|
||||
H5I_DATASET, /* type ID for Dataset objects */
|
||||
H5I_ATTR, /* type ID for Attribute objects */
|
||||
H5I_REFERENCE, /* type ID for Reference objects */
|
||||
H5I_REFERENCE, /* type ID for Reference objects
|
||||
** DEPRECATED**
|
||||
H5I_REFERENCE is not used in the library and
|
||||
will be removed from this enumeration in a
|
||||
future major release of the library.
|
||||
*/
|
||||
H5I_VFL, /* type ID for virtual file layer */
|
||||
H5I_GENPROP_CLS, /* type ID for generic property list classes */
|
||||
H5I_GENPROP_LST, /* type ID for generic property lists */
|
||||
|
Loading…
Reference in New Issue
Block a user