Update comment.
GitOrigin-RevId: 663bef62ac8310fba5aa5c717005a715a21c8985
This commit is contained in:
parent
0cf1e152fb
commit
e6b0b19ea8
@ -23,7 +23,7 @@ class FileLoaderActor : public NetQueryCallback {
|
|||||||
virtual void update_priority(int8 priority) = 0;
|
virtual void update_priority(int8 priority) = 0;
|
||||||
virtual void update_resources(const ResourceState &other) = 0;
|
virtual void update_resources(const ResourceState &other) = 0;
|
||||||
|
|
||||||
// TODO: existence of these two functions is a dirty hack. Refactoring is highly appreciated
|
// TODO: existence of these three functions is a dirty hack. Refactoring is highly appreciated
|
||||||
virtual void update_local_file_location(const LocalFileLocation &local) {
|
virtual void update_local_file_location(const LocalFileLocation &local) {
|
||||||
}
|
}
|
||||||
virtual void update_download_offset(int64 offset) {
|
virtual void update_download_offset(int64 offset) {
|
||||||
|
Reference in New Issue
Block a user