shorten CNeutrinoEventlist to CEventlist

Origin commit data
------------------
Branch: ni/coolstream
Commit: a6bf50f666
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- shorten CNeutrinoEventlist to CEventlist

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-04-16 12:28:09 +02:00
parent 098e322feb
commit fa8192770f
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
};