diff options
Diffstat (limited to 'epg_events.h')
-rw-r--r-- | epg_events.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epg_events.h b/epg_events.h index d70ad26..75bfa98 100644 --- a/epg_events.h +++ b/epg_events.h @@ -47,6 +47,10 @@ namespace vdrlive const std::string EndTime(const char* format) const; + const std::string CurrentTime(const char* format) const; + + int Elapsed() const; + private: std::string m_eventId; std::string m_caption; |