summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cpl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 9c85dccd..68243765 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -123,10 +123,18 @@ public:
int64_t duration () const;
+ std::string issuer () const {
+ return _issuer;
+ }
+
void set_issuer (std::string issuer) {
_issuer = issuer;
}
+ std::string creator () const {
+ return _creator;
+ }
+
void set_creator (std::string creator) {
_creator = creator;
}