hdf5/c++
Binh-Minh Ribler 42e15a3d6a [svn-r3540] Purpose:
Feasibility improvement
Description:
    - Some member functions in class Exception can be called without
    an Exception instance exits, but because they are not static, they
    cannot.
    - Many exception throwings don't provide any information to callers.
Solution:
    - Add 'static' to several member functions in class Exception.
    - Added <class name::function name> to some exceptions thrown
	in H5File.cpp and H5FcreatProp.cpp.  I'm trying this for users'
	comments.  More information may be added later and to all
	exceptions.
    - Changed the comment line for emacs editor to:
	// C++ informative line for the emacs editor: -*- C++ -*-
      because... I'd rather not say that the code "may look like C" :-)
Platforms tested:
    Linux (gcc version egcs-2.91.66)
2001-03-02 13:53:15 -05:00
..
bin
config [svn-r3536] Purpose: 2001-03-02 13:12:25 -05:00
examples [svn-r3537] Purpose: 2001-03-02 13:14:26 -05:00
src [svn-r3540] Purpose: 2001-03-02 13:53:15 -05:00
test [svn-r3532] Purpose: 2001-03-01 13:07:25 -05:00
aclocal.m4 [svn-r2903] Purpose: 2000-11-14 18:16:05 -05:00
configure [svn-r3293] Purpose: 2001-01-16 13:40:26 -05:00
configure.in [svn-r3293] Purpose: 2001-01-16 13:40:26 -05:00
Makefile.in [svn-r3146] Purpose: 2000-12-15 18:25:35 -05:00