Major rework of H5PL package code before bringing VOL changes

over.

Brings coding standards in line with the rest of the library,
enforces better software engineering principles, and makes
everything more maintainable.
This commit is contained in:
Dana Robinson
2017-07-14 09:18:33 -07:00
parent 26390d02df
commit d4234d0a98
16 changed files with 2130 additions and 974 deletions

View File

@@ -11,13 +11,11 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
* Programmer: Quincey Koziol <koziol@hdfgroup.org>
* Saturday, September 12, 2015
*
* Purpose: This file contains declarations which define macros for the
* H5PL package. Including this header means that the source file
* is part of the H5PL package.
* Purpose: This file contains declarations which define macros for the
* H5PL package. Including this header means that the source file
* is part of the H5PL package.
*/
#ifndef _H5PLmodule_H
#define _H5PLmodule_H