mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
2009-06-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed _currentRequest from StreamCheckIntegrityEntry and StreamFileAllocationEntry. * src/AbstractCommand.cc * src/HttpResponseCommand.cc * src/RequestGroup.cc * src/StreamCheckIntegrityEntry.cc * src/StreamCheckIntegrityEntry.h * src/StreamFileAllocationEntry.cc * src/StreamFileAllocationEntry.h
This commit is contained in:
parent
5699b67526
commit
d2afc0ca8e
8 changed files with 27 additions and 29 deletions
|
@ -40,16 +40,12 @@
|
|||
|
||||
namespace aria2 {
|
||||
|
||||
class Request;
|
||||
|
||||
class StreamCheckIntegrityEntry:public PieceHashCheckIntegrityEntry
|
||||
{
|
||||
private:
|
||||
SharedHandle<Request> _currentRequest;
|
||||
Time _timer;
|
||||
public:
|
||||
StreamCheckIntegrityEntry(const SharedHandle<Request>& currentRequest,
|
||||
RequestGroup* requestGroup,
|
||||
StreamCheckIntegrityEntry(RequestGroup* requestGroup,
|
||||
Command* nextCommand = 0);
|
||||
|
||||
virtual ~StreamCheckIntegrityEntry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue