diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-14 20:08:27 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-14 20:08:27 (GMT) |
commit | 8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0 (patch) | |
tree | f9a8424c7945ce64a3ef88ac17d9855cb89a37f0 /src/H5Ipublic.h | |
parent | 49dc44366672eada497939f80b2dd044ce627054 (diff) | |
download | hdf5-8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0.zip hdf5-8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0.tar.gz hdf5-8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0.tar.bz2 |
[svn-r7225] Purpose: error API gradual checkin
Platforms tested: RH 8; c and c++
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index acf64af..3087ce9 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -43,8 +43,8 @@ typedef enum { H5I_GENPROP_CLS, /*group ID for generic property list classes */ H5I_GENPROP_LST, /*group ID for generic property lists */ H5I_ERROR_CLASS, /*group ID for error classes */ - H5I_ERROR_MAJOR, /*group ID for major errors */ - H5I_ERROR_MINOR, /*group ID for minor errors */ + H5I_ERROR_MSG, /*group ID for error messages */ + H5I_ERROR_STACK, /*group ID for error stacks */ H5I_NGROUPS /*number of valid groups, MUST BE LAST! */ } H5I_type_t; |