mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
rename EventList to CNeutrinoEventList - conflict with libdvbsi++
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user