- shorten CNeutrinoEventlist to CEventlist

This commit is contained in:
svenhoefer
2015-04-16 12:28:09 +02:00
parent 09adc177d8
commit a6bf50f666
5 changed files with 43 additions and 43 deletions

View File

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