Binh-Minh Ribler 9cbeb3c53f [svn-r3121] Purpose:
Fix and improve

Description:
	- Put functions that are common to H5File and Group into a
	  prototype class, CommonFG.  I didn't do that before because
	  of the fear of the consequences of multiple inheritance, since
	  H5File and Group already inherit from different super classes.
	  I recently read a C++ book and learned to use MI more safely.
	  This change reduced some more of code redundancy.
	- Added missing const to some function parameters
	- Added missing return statements for some functions.

Platforms tested:
	Solaris/CC 5.0 (arabica)
2000-12-12 21:15:31 -05:00
..
2000-11-14 18:15:40 -05:00
2000-12-07 16:43:02 -05:00
2000-12-08 13:28:02 -05:00
2000-12-12 21:15:31 -05:00
2000-12-07 17:32:10 -05:00
2000-11-14 18:16:05 -05:00
2000-12-11 09:30:33 -05:00
2000-12-11 09:30:33 -05:00
2000-12-12 14:24:04 -05:00