]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/HTTPRepository.hxx
Don't use object returned from vector::end()
[simgear.git] / simgear / io / HTTPRepository.hxx
index 7b8181ee1883388bbd237fb5c509ea8a3415ec53..4a355441a872a6146c3348dd4c0a5f57f1c1ac54 100644 (file)
@@ -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;