mirror of https://github.com/aria2/aria2
2008-05-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed forward declaration of SocketCore class. * src/HttpDownloadCommand.hpull/1/head
parent
c3c05e9ab1
commit
95e0fbfd7b
|
@ -1,3 +1,8 @@
|
|||
2008-05-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed forward declaration of SocketCore class.
|
||||
* src/HttpDownloadCommand.h
|
||||
|
||||
2008-05-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Set Request::setKeepAliveHint() and Request::setPipeliningHint()
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
namespace aria2 {
|
||||
|
||||
class HttpConnection;
|
||||
class SocketCore;
|
||||
|
||||
class HttpDownloadCommand : public DownloadCommand {
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue