mirror of
https://github.com/aria2/aria2.git
synced 2025-04-07 06:27:37 +03:00
2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Made #include guard consistent for c++ header files.
This commit is contained in:
parent
6e88cae02b
commit
2b458da480
446 changed files with 1339 additions and 1335 deletions
|
@ -32,8 +32,8 @@
|
|||
* files in the program, then also delete it here.
|
||||
*/
|
||||
/* copyright --> */
|
||||
#ifndef _D_ABSTRACT_SINGLE_DISK_ADAPTOR_H_
|
||||
#define _D_ABSTRACT_SINGLE_DISK_ADAPTOR_H_
|
||||
#ifndef D_ABSTRACT_SINGLE_DISK_ADAPTOR_H
|
||||
#define D_ABSTRACT_SINGLE_DISK_ADAPTOR_H
|
||||
|
||||
#include "DiskAdaptor.h"
|
||||
|
||||
|
@ -106,4 +106,4 @@ public:
|
|||
|
||||
} // namespace aria2
|
||||
|
||||
#endif // _D_ABSTRACT_SINGLE_DISK_ADAPTOR_H_
|
||||
#endif // D_ABSTRACT_SINGLE_DISK_ADAPTOR_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue