diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-10-06 18:11:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-10-06 18:11:46 (GMT) |
commit | 02d8d63ad54ed54f98b3dd7318492a31c696f8e2 (patch) | |
tree | 9558990971a33dc82628307848c42b7d3189e6a0 | |
parent | ead8e57ed266541368fcdd99c6b9b4d1a19574d7 (diff) | |
download | hdf5-02d8d63ad54ed54f98b3dd7318492a31c696f8e2.zip hdf5-02d8d63ad54ed54f98b3dd7318492a31c696f8e2.tar.gz hdf5-02d8d63ad54ed54f98b3dd7318492a31c696f8e2.tar.bz2 |
[svn-r1729] Put in "alias" for old H5P_DATASET_XFER to map it to the new H5P_DATA_XFER.
This should eventually be deprecated and the alias removed.
-rw-r--r-- | src/H5Ppublic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 56770f3..1043c79 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -39,6 +39,10 @@ typedef enum H5P_class_t { H5P_NCLASSES = 5 /*this must be last! */ } H5P_class_t; +/* Alias for the previous H5P_DATASER_XFER property list */ +/* This should eventually be publicly decommisioned - 10/6/99 - QAK */ +#define H5P_DATASET_XFER H5P_DATA_XFER + #ifdef __cplusplus extern "C" { #endif |