hdf5/c++
Binh-Minh Ribler 18fb7d1a78 [svn-r15407] Purpose: Fix bug
Description:
    Changed all subclasses' setId to protected p_setId and put back setId
    in IdComponent.  p_setId is used in the library where the id provided
    by a C API passed on to user's application in the form of a C++ API
    object, which will be destroyed properly, and so p_setId does not
    call incRefCount.  On the other hand, the public version setId is
    used by other applications, in which the id passed to setId needs
    to be closed properly by the application, so setId must call incRefCount
    for the new object to prevent prematurely closing of the id.

Platforms tested:
    Linux 2.6 (kagiso)
    SunOS 5.10 (linew)
    FreeBSD (duty)
2008-07-25 16:51:01 -05:00
..
examples [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
src [svn-r15407] Purpose: Fix bug 2008-07-25 16:51:01 -05:00
test [svn-r15395] When an attribute was opened twice and data was written with one of the handles, 2008-07-22 15:36:31 -05:00
COPYING [svn-r12640] 2006-09-04 13:30:13 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00