diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-08 17:16:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-08 17:16:07 (GMT) |
commit | ec65ddbef69ca67f0b40f06e45694d8ea076692e (patch) | |
tree | bf3b2698e85a1073ea5d9a7ce4a561220c040e6d /src/H5Ppublic.h | |
parent | 7e5d420349ddab3b5e8b8e35293433d5b452a977 (diff) | |
download | hdf5-ec65ddbef69ca67f0b40f06e45694d8ea076692e.zip hdf5-ec65ddbef69ca67f0b40f06e45694d8ea076692e.tar.gz hdf5-ec65ddbef69ca67f0b40f06e45694d8ea076692e.tar.bz2 |
[svn-r5964] Purpose:
Internal feature.
Description:
To complement the "get the class's path" functionality, there needs to be
a way to open a generic property class with a path.
Solution:
Implement the "open a class by path" functionality. Also, add internal
testing routines.
Platforms tested:
FreeBSD 4.6 (sleipnir) (too small for triple testing)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index d2ab774..07cbec2 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -115,9 +115,6 @@ H5_DLL hid_t H5Pcreate_class(hid_t parent, const char *name, unsigned hashsize, H5P_cls_copy_func_t cls_copy, void *copy_data, H5P_cls_close_func_t cls_close, void *close_data); H5_DLL char *H5Pget_class_name(hid_t pclass_id); -#ifdef H5P_TESTING -H5_DLL char *H5Pget_class_path_test(hid_t pclass_id); -#endif /* H5P_TESTING */ H5_DLL hid_t H5Pcreate(hid_t cls_id); H5_DLL herr_t H5Pregister(hid_t cls_id, const char *name, size_t size, void *def_value, H5P_prp_create_func_t prp_create, |