]> git.mxchange.org Git - simgear.git/blobdiff - simgear/package/Root.hxx
Tweak HTTP code to always sleep.
[simgear.git] / simgear / package / Root.hxx
index cc38df77a8fa31382a337599f129f77899097fa8..176651091e98429e44f5777b886f16266653539c 100644 (file)
@@ -61,8 +61,9 @@ public:
     
     CatalogList catalogs() const;
         
-    void setMaxAgeSeconds(int seconds);
-
+    void setMaxAgeSeconds(unsigned int seconds);
+    unsigned int maxAgeSeconds() const;
+    
     void setHTTPClient(HTTP::Client* aHTTP);
 
     /**