mirror of https://github.com/aria2/aria2
2008-05-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
* src/RequestGroup.h (getDir): Removed.pull/1/head
parent
f4ac2c2185
commit
960d4acbce
|
@ -1,3 +1,7 @@
|
||||||
|
2008-05-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
* src/RequestGroup.h (getDir): Removed.
|
||||||
|
|
||||||
2008-05-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-05-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Returns const reference. The internal urlencode function was optimized
|
Returns const reference. The internal urlencode function was optimized
|
||||||
|
|
|
@ -163,8 +163,6 @@ public:
|
||||||
|
|
||||||
std::string getFilePath() const;
|
std::string getFilePath() const;
|
||||||
|
|
||||||
std::string getDir() const;
|
|
||||||
|
|
||||||
uint64_t getTotalLength() const;
|
uint64_t getTotalLength() const;
|
||||||
|
|
||||||
uint64_t getCompletedLength() const;
|
uint64_t getCompletedLength() const;
|
||||||
|
|
Loading…
Reference in New Issue