]> git.mxchange.org Git - simgear.git/blobdiff - simgear/package/Package.hxx
Tweak HTTP code to always sleep.
[simgear.git] / simgear / package / Package.hxx
index fe0894e13732c2af2270fbd75d8a6468c1e34ed4..19a69434ac392e8d28e6516d1d2e4e47ac64def4 100644 (file)
@@ -51,6 +51,12 @@ public:
     
     std::string id() const;
     
+    /**
+     * human-readable name - note this is probably not localised,
+     * although this is not ruled out for the future.
+     */
+    std::string name() const;
+    
     /**
      * syntactic sugar to get the localised description
      */