2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Made #include guard consistent for c++ header files.
This commit is contained in:
Tatsuhiro Tsujikawa 2010-10-31 07:23:53 +00:00
parent 6e88cae02b
commit 2b458da480
446 changed files with 1339 additions and 1335 deletions

View file

@ -32,8 +32,8 @@
* files in the program, then also delete it here.
*/
/* copyright --> */
#ifndef _D_STREAM_CHECK_INTEGRITY_ENTRY_H_
#define _D_STREAM_CHECK_INTEGRITY_ENTRY_H_
#ifndef D_STREAM_CHECK_INTEGRITY_ENTRY_H
#define D_STREAM_CHECK_INTEGRITY_ENTRY_H
#include "PieceHashCheckIntegrityEntry.h"
@ -58,4 +58,4 @@ typedef SharedHandle<StreamCheckIntegrityEntry> StreamCheckIntegrityEntryHandle;
} // namespace aria2
#endif // _D_STREAM_CHECK_INTEGRITY_ENTRY_H_
#endif // D_STREAM_CHECK_INTEGRITY_ENTRY_H