-fix set timer in findEvents

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@946 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-12-18 19:11:12 +00:00
parent 0e61e086e0
commit d8489c3abc
8 changed files with 18 additions and 16 deletions

View File

@@ -56,6 +56,7 @@ class CChannelEvent
std::string text;
time_t startTime;
unsigned duration;
t_channel_id channelID;
};
typedef std::vector<CChannelEvent> CChannelEventList;