]> git.mxchange.org Git - simgear.git/blobdiff - simgear/package/Package.hxx
Tweak HTTP code to always sleep.
[simgear.git] / simgear / package / Package.hxx
index 0bbe22073e19ddcad11b9e6dbd4b85110a658636..19a69434ac392e8d28e6516d1d2e4e47ac64def4 100644 (file)
@@ -51,6 +51,17 @@ 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
+     */
+    std::string description() const;
+    
     /**
      * access the raw property data in the package
      */