mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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