mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 18:03:37 +02:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user