mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
Origin commit data
------------------
Branch: ni/coolstream
Commit: cbc9299df8
Author: martii <m4rtii@gmx.de>
Date: 2013-06-11 (Tue, 11 Jun 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -211,8 +211,8 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
|
||||
StreamSubtitlePids = stream_subtitle_pids;
|
||||
StreamPmtPid = stream_pmt_pid;
|
||||
};
|
||||
void SetDirectory(const char * const directory) { Directory = directory; };
|
||||
void SetTimeshiftDirectory(const char * const directory) { TimeshiftDirectory = directory; };
|
||||
void SetDirectory(std::string directory) { Directory = directory; };
|
||||
void SetTimeshiftDirectory(std::string directory) { TimeshiftDirectory = directory; };
|
||||
bool RecordingStatus(const t_channel_id channel_id = 0);
|
||||
bool TimeshiftOnly();
|
||||
bool Timeshift() { return (autoshift || shift_timer); };
|
||||
|
Reference in New Issue
Block a user