mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
tmdb: fix function type
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ba37ed0c9
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-04 (Fri, 04 Mar 2016)
Origin message was:
------------------
- tmdb: fix function type
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
5018ce6dd2
commit
07e63f42d1
@@ -299,7 +299,7 @@ std::string cTmdb::CreateEPGText()
|
|||||||
return epgtext;
|
return epgtext;
|
||||||
}
|
}
|
||||||
|
|
||||||
int cTmdb::exec()
|
void cTmdb::exec()
|
||||||
{
|
{
|
||||||
neutrino_msg_t msg;
|
neutrino_msg_t msg;
|
||||||
neutrino_msg_data_t data;
|
neutrino_msg_data_t data;
|
||||||
|
@@ -66,7 +66,7 @@ class cTmdb
|
|||||||
public:
|
public:
|
||||||
cTmdb(std::string epgtitle);
|
cTmdb(std::string epgtitle);
|
||||||
~cTmdb();
|
~cTmdb();
|
||||||
int exec();
|
void exec();
|
||||||
std::string CreateEPGText();
|
std::string CreateEPGText();
|
||||||
|
|
||||||
std::string getTitle() { return minfo.epgtitle;}
|
std::string getTitle() { return minfo.epgtitle;}
|
||||||
|
Reference in New Issue
Block a user