Merge pull request #526 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
Added new wrappers for 1.8.19.
* commit '2bf8375001239d35a605117bf70a4aaf47207fff':
Added test Description: Added another test to invoke the Group constructor, taking an Attribute as a location. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus)
Removed ObjHeaderIException Description: ObjHeaderIException was just added but it is better to use the existing LocationIException instead to avoid using internal names. Future improvement: use throwException to throw the appropriate exception instead. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Fixed typos.
Purpose: Add new C++ wrappers (HDFFV-10156) Description: Added wrappers for H5Iis_valid, H5Ps/get_nlinks, H5Tget_create_plist, H5Oopen, and H5Oclose