]> git.mxchange.org Git - simgear.git/blobdiff - simgear/package/Install.hxx
Catalog install feedback.
[simgear.git] / simgear / package / Install.hxx
index e65789c4b33e0375a794b8fda399330e92505cbe..ae90353dc5cba37b1ad01b58e66ff4da1a9ef072 100644 (file)
@@ -73,9 +73,11 @@ public:
     bool hasUpdate() const;
     
     void startUpdate();
-    
-    void uninstall();
 
+    bool uninstall();
+
+    bool isDownloading() const;
+    
     /**
      * Set the handler to be called when the installation successfully
      * completes.