diff options
Diffstat (limited to 'xbmc/pvr/PVRGUIInfo.h')
-rw-r--r-- | xbmc/pvr/PVRGUIInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/pvr/PVRGUIInfo.h b/xbmc/pvr/PVRGUIInfo.h index 2967084358..34bc25813d 100644 --- a/xbmc/pvr/PVRGUIInfo.h +++ b/xbmc/pvr/PVRGUIInfo.h @@ -125,6 +125,9 @@ namespace PVR void CharInfoBackendRecordings(CStdString &strValue) const; void CharInfoPlayingClientName(CStdString &strValue) const; void CharInfoEncryption(CStdString &strValue) const; + void CharInfoService(CStdString &strValue) const; + void CharInfoMux(CStdString &strValue) const; + void CharInfoProvider(CStdString &strValue) const; /** @name GUIInfoManager data */ //@{ |