rename EventList to CNeutrinoEventList - conflict with libdvbsi++

Origin commit data
------------------
Commit: 8e3c19d448
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-07 (Wed, 07 Mar 2012)
This commit is contained in:
[CST] Focus
2012-03-07 21:03:47 +04:00
parent 14077a4cc1
commit 783406803b
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
};