summaryrefslogtreecommitdiff
path: root/libkms++/property.h
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2015-10-20 16:50:57 +0300
committerJyri Sarha <jsarha@ti.com>2015-10-20 19:18:32 +0300
commit905eacc3b638e70f25958b7c25f09077b143e387 (patch)
treed9a821ba17a799df398e36ff71a70e1776e09124 /libkms++/property.h
parent74580866b48d0da037deed2ea142fc15e1984b19 (diff)
libkms++/property: Add const std::string to_str(uint64_t val) const
Diffstat (limited to 'libkms++/property.h')
-rw-r--r--libkms++/property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libkms++/property.h b/libkms++/property.h
index ffab8d0..4cb2653 100644
--- a/libkms++/property.h
+++ b/libkms++/property.h
@@ -15,6 +15,7 @@ public:
const std::string& name() const;
+ const std::string to_str(uint64_t val) const;
private:
Property(Card& card, uint32_t id);
~Property();