mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
This commit is contained in:
parent
708b9f4a3d
commit
a413cb50f7
84 changed files with 527 additions and 528 deletions
|
@ -43,14 +43,14 @@ public:
|
|||
class MockBtMessageFactory2 : public MockBtMessageFactory {
|
||||
public:
|
||||
virtual BtMessageHandle
|
||||
createRequestMessage(const PieceHandle& piece, uint32_t blockIndex) {
|
||||
createRequestMessage(const PieceHandle& piece, int32_t blockIndex) {
|
||||
return new MockBtRequestMessage(piece->getIndex(), blockIndex);
|
||||
}
|
||||
};
|
||||
|
||||
class MockBtMessageDispatcher2 : public MockBtMessageDispatcher {
|
||||
public:
|
||||
virtual bool isOutstandingRequest(uint32_t index, uint32_t blockIndex) {
|
||||
virtual bool isOutstandingRequest(int32_t index, int32_t blockIndex) {
|
||||
return index == 0 && blockIndex == 0;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue