diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-10-10 22:12:26 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-10-10 22:12:26 (GMT) |
commit | a15593186efe1606061299ba7a16835d1f8aa06d (patch) | |
tree | f850b47765ccd6afdee35f93d430ced3ef8b0b24 /src/H5FDwindows.c | |
parent | 62b1372a038bca6ce0f5d121dd4170c691cacc99 (diff) | |
download | hdf5-a15593186efe1606061299ba7a16835d1f8aa06d.zip hdf5-a15593186efe1606061299ba7a16835d1f8aa06d.tar.gz hdf5-a15593186efe1606061299ba7a16835d1f8aa06d.tar.bz2 |
[svn-r21510] Change to comments.
Just checked to make sure it still compiled on Windows.
Diffstat (limited to 'src/H5FDwindows.c')
-rw-r--r-- | src/H5FDwindows.c | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/src/H5FDwindows.c b/src/H5FDwindows.c index a0d82b0..28434ec 100644 --- a/src/H5FDwindows.c +++ b/src/H5FDwindows.c @@ -13,21 +13,6 @@ * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * Programmer: Scott Wegner <swegner@hdfgroup.org> - * Based on code by Robb Matzke - * May 24, 2007 - * - * Purpose: We would like to create a driver specifically for Windows - * to utilize the Win32 API, and reduce the maintenence demands - * for the other file drivers. Our other motivation is that - * the Windows system calls of the existing sec2 driver differ - * from those on other platforms, and are not 64-bit compatible. - * From the start, this will have the structure very similar - * to our sec2 driver, but make system calls more similar to - * our stdio driver. - */ - #include "H5private.h" /* Generic Functions */ #include "H5Eprivate.h" /* Error handling */ #include "H5Fprivate.h" /* File access */ @@ -43,11 +28,11 @@ /*------------------------------------------------------------------------- - * Function: H5Pset_fapl_windows + * Function: H5Pset_fapl_windows * - * Purpose: Modify the file access property list to use the H5FD_WINDOWS - * driver defined in this source file. There are no driver - * specific properties. + * Purpose: Modify the file access property list to use the H5FD_WINDOWS + * driver defined in this source file. There are no driver + * specific properties. * * NOTE: The Windows VFD was merely a merge of the SEC2 and STDIO drivers * so it has been retired. Selecting the Windows VFD will actually @@ -55,11 +40,10 @@ * the H5FD_WINDOWS symbol). * * - * Return: Non-negative on success/Negative on failure + * Return: Non-negative on success/Negative on failure * - * Programmer: Scott Wegner - * Based on code by Robb Matzke - * Thursday, May 24 2007 + * Programmer: Dana Robinson + * October 10, 2011 * *------------------------------------------------------------------------- */ |