]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/HTTPClient.hxx
Interim windows build fix
[flightgear.git] / src / Network / HTTPClient.hxx
index 262a2e40b9daa00574d4cb5d9d5808762bcb098c..3a92ee1ef1a29a23d9cc6ad226257fdd47ab8066 100644 (file)
@@ -41,9 +41,17 @@ public:
     virtual void shutdown();
     virtual void update(double);
 
+    bool isDefaultCatalogInstalled() const;
+    void addDefaultCatalog();
+
+    std::string getDefaultCatalogId() const;
+    std::string getDefaultCatalogUrl() const;
 private:
+    class FGDelegate;
+    
     bool _inited;
     std::auto_ptr<simgear::HTTP::Client> _http;
+    std::auto_ptr<FGDelegate> _packageDelegate;
 };
 
 #endif // FG_HTTP_CLIENT_HXX