mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
2008-02-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed "using namespace std;" from all sources. Appended std:: prefix to c++ standard classes. Included string.h where mem* function are used.
This commit is contained in:
parent
d82e183d34
commit
1b7c198289
801 changed files with 12024 additions and 8627 deletions
|
@ -36,6 +36,8 @@
|
|||
#include "RequestGroup.h"
|
||||
#include "Command.h"
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
RequestGroupEntry::RequestGroupEntry(RequestGroup* requestGroup,
|
||||
Command* nextCommand):
|
||||
_requestGroup(requestGroup),
|
||||
|
@ -56,3 +58,5 @@ Command* RequestGroupEntry::popNextCommand()
|
|||
_nextCommand = 0;
|
||||
return temp;
|
||||
}
|
||||
|
||||
} // namespace aria2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue