X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FHTTPRepository.hxx;h=4a355441a872a6146c3348dd4c0a5f57f1c1ac54;hb=72bb9f4d5d6d861902a5779381e4ebe977db1df1;hp=7b8181ee1883388bbd237fb5c509ea8a3415ec53;hpb=da6b395008a9b22c8e1ca1a1fcbf21d688a5a185;p=simgear.git diff --git a/simgear/io/HTTPRepository.hxx b/simgear/io/HTTPRepository.hxx index 7b8181ee..4a355441 100644 --- a/simgear/io/HTTPRepository.hxx +++ b/simgear/io/HTTPRepository.hxx @@ -46,6 +46,10 @@ public: virtual bool isDoingSync() const; virtual ResultCode failure() const; + + virtual size_t bytesToDownload() const; + + virtual size_t bytesDownloaded() const; private: bool isBare() const;