rename EventList to CNeutrinoEventList - conflict with libdvbsi++

This commit is contained in:
[CST] Focus
2012-03-07 21:03:47 +04:00
parent 88b6acb641
commit 8e3c19d448
4 changed files with 41 additions and 41 deletions

View File

@@ -49,7 +49,7 @@
#include <string>
class EventList
class CNeutrinoEventList
{
// Eventfinder start
public:
@@ -121,8 +121,8 @@ class EventList
CTimerd::CTimerEventTypes isScheduled(t_channel_id channel_id, CChannelEvent * event, int * tID = NULL);
public:
EventList();
~EventList();
CNeutrinoEventList();
~CNeutrinoEventList();
int exec(const t_channel_id channel_id, const std::string& channelname, const std::string& prev = "", const std::string& next = ""); // UTF-8
};