diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-12 11:16:44 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-12 11:16:44 +0000 |
| commit | bf7bc184d74a404dc73ea230d525b78d07aa09de (patch) | |
| tree | cf6e0afe40ab36376db9c49f355bf40199fdb329 /lib/service/event.h | |
| parent | 3a3ce2b7a414e90b7c611bc0689541fabbea9057 (diff) | |
| download | enigma2-bf7bc184d74a404dc73ea230d525b78d07aa09de.tar.gz enigma2-bf7bc184d74a404dc73ea230d525b78d07aa09de.zip | |
timer-add-support
Diffstat (limited to 'lib/service/event.h')
| -rw-r--r-- | lib/service/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/event.h b/lib/service/event.h index 3a71f7b7..cbce6f17 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -21,7 +21,7 @@ public: bool loadLanguage(Event *event, std::string lang); RESULT parseFrom(Event *evt); #endif - time_t getBeginTime() { return m_begin; } + long getBeginTime() { return (long)m_begin; } int getDuration() { return m_duration; } std::string getEventName() { return m_event_name; } std::string getShortDescription() { return m_short_description; } |
