Commits

Binh-Minh Ribler committed b8a08e043ec
[svn-r30280] Purpose: Code improvement (HDFFR-9725) Description: - Added "const" to arguments that should be const - Added "const" to const functions, i.e., function that don't change the objects they operate on. - Removed deprecated functions in previous releases due to missing const. Merged from trunk: 30272 and 30279 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)