diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-28 16:43:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-28 16:43:20 +0100 |
| commit | 5eb63969c5b6f26ea820cfab116d4aecb6bd3390 (patch) | |
| tree | 0698613c73aefc0099dcc067114b8f326bf74e0b /src/encrypted_kdm.h | |
| parent | dd88a3738c91b6fa2574c3d2d778fb30a412555c (diff) | |
Add some accessors.
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index 6341220b..5b60378c 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -90,6 +90,8 @@ public: std::string content_title_text () const; std::string issue_date () const; std::string cpl_id () const; + LocalTime not_valid_before() const; + LocalTime not_valid_after() const; private: |
