hdf5/c++
Binh-Minh Ribler 7df8cd5cfe [svn-r3079] Purpose: bug fix - by C API
Description:
	The prototype of two C API functions, H5Tget_offset and
	H5Sget_simple_extent_npoints was changed to fix bug #446,
	resulting in the need for updating the two corresponding
	C++ API functions.

Solution:
	- Changed the return type of AtomType::getOffset from size_t
	  to int, and the error return value from 0 to -1.
	- Changed the return type of DataSpace::getSimpleExtentNpoints
	  from hsize_t to hssize_t, and the error value from 0 to -1.

Platforms tested:
	arabica (sparc-sun-solaris 2.7)
2000-12-05 23:59:37 -05:00
..
bin [svn-r2902] Purpose: 2000-11-14 18:15:40 -05:00
config [svn-r3046] Purpose: 2000-12-01 10:44:18 -05:00
examples [svn-r3074] Purpose: 2000-12-04 15:25:14 -05:00
src [svn-r3079] Purpose: bug fix - by C API 2000-12-05 23:59:37 -05:00
test [svn-r3074] Purpose: 2000-12-04 15:25:14 -05:00
aclocal.m4 [svn-r2903] Purpose: 2000-11-14 18:16:05 -05:00
configure [svn-r3076] Purpose: 2000-12-05 01:39:11 -05:00
configure.in [svn-r3076] Purpose: 2000-12-05 01:39:11 -05:00
Makefile.in [svn-r2903] Purpose: 2000-11-14 18:16:05 -05:00