mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
src/zapit/include/zapit/zapit.h: fix merge problems
Origin commit data
------------------
Branch: ni/coolstream
Commit: 554ded6471
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-13 (Fri, 13 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -125,13 +125,14 @@ class CZapit : public OpenThreads::Thread
|
|||||||
audio_map_t audio_map;
|
audio_map_t audio_map;
|
||||||
bool current_is_nvod;
|
bool current_is_nvod;
|
||||||
//bool standby;
|
//bool standby;
|
||||||
uint32_t lastChannelRadio;
|
t_channel_id lastChannelRadio;
|
||||||
uint32_t lastChannelTV;
|
t_channel_id lastChannelTV;
|
||||||
int abort_zapit;
|
int abort_zapit;
|
||||||
int pmt_update_fd;
|
int pmt_update_fd;
|
||||||
|
|
||||||
//void LoadAudioMap();
|
//void LoadAudioMap();
|
||||||
void SaveSettings(bool write_conf, bool write_audio);
|
void SaveAudioMap();
|
||||||
|
void SaveSettings(bool write_conf);
|
||||||
//void SaveChannelPids(CZapitChannel* channel);
|
//void SaveChannelPids(CZapitChannel* channel);
|
||||||
void RestoreChannelPids(CZapitChannel* channel);
|
void RestoreChannelPids(CZapitChannel* channel);
|
||||||
//void ConfigFrontend();
|
//void ConfigFrontend();
|
||||||
|
Reference in New Issue
Block a user