diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2013-02-24 18:26:01 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2013-02-24 18:26:01 +0100 |
commit | f760f360d2408ec23b001bd71c59209b4d4f39e9 (patch) | |
tree | 728dcf3648bb83a912f36437e126fc40ccbedcd0 /epgsearch.h | |
parent | 06d41e3eb782dc9d6d44477be0628bbce0e56297 (diff) | |
download | vdr-plugin-live-f760f360d2408ec23b001bd71c59209b4d4f39e9.tar.gz vdr-plugin-live-f760f360d2408ec23b001bd71c59209b4d4f39e9.tar.bz2 |
Only some white space and formatting changes.
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/epgsearch.h b/epgsearch.h index 2f1f6a7..67a9b99 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -25,7 +25,7 @@ public: Group = 2, FTAOnly = 3 }; - + SearchTimer(); SearchTimer( std::string const& data ); void Init(); @@ -98,8 +98,8 @@ public: void SetSwitchMinBefore(int switchMinBefore) { m_switchMinBefore = switchMinBefore; } bool UseExtEPGInfo() const { return m_useExtEPGInfo; } void SetUseExtEPGInfo(bool useExtEPGInfo) { m_useExtEPGInfo = useExtEPGInfo; } - std::vector< std::string > ExtEPGInfo() const { return m_ExtEPGInfo; } - void SetExtEPGInfo(std::vector< std::string > ExtEPGInfo) { m_ExtEPGInfo = ExtEPGInfo; } + std::vector< std::string > ExtEPGInfo() const { return m_ExtEPGInfo; } + void SetExtEPGInfo(std::vector< std::string > ExtEPGInfo) { m_ExtEPGInfo = ExtEPGInfo; } bool AvoidRepeats() const { return m_avoidrepeats; } void SetAvoidRepeats(bool avoidrepeats) { m_avoidrepeats = avoidrepeats; } int AllowedRepeats() const { return m_allowedrepeats; } @@ -136,7 +136,7 @@ public: void SetUseAsSearchTimerTil(std::string const& datestring, std::string const& format); bool IgnoreMissingEPGCats() const { return m_ignoreMissingEPGCats; } void SetIgnoreMissingEPGCats(bool ignoreMissingEPGCats) { m_ignoreMissingEPGCats = ignoreMissingEPGCats; } - + private: int m_id; std::string m_search; @@ -392,7 +392,7 @@ public: typedef recordingdirs::size_type size_type; typedef recordingdirs::iterator iterator; typedef recordingdirs::const_iterator const_iterator; - + RecordingDirs(bool shortList=false); iterator begin() { return m_set.begin(); } @@ -407,8 +407,8 @@ private: class EPGSearchSetupValues { public: - static std::string ReadValue(const std::string& entry); - static bool WriteValue(const std::string& entry, const std::string& value); + static std::string ReadValue(const std::string& entry); + static bool WriteValue(const std::string& entry, const std::string& value); }; class EPGSearchExpr |