From 02d8d63ad54ed54f98b3dd7318492a31c696f8e2 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 6 Oct 1999 13:11:46 -0500 Subject: [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. --- src/H5Ppublic.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v0.12