diff options
Diffstat (limited to 'update.h')
-rw-r--r-- | update.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -274,6 +274,7 @@ class cUpdate : public cThread, public cStatus, public cParameters cDbStatement* deleteTimer; cDbStatement* selectMyTimer; cDbStatement* selectRecordings; + cDbStatement* selectImagesOfRecording; cDbStatement* selectRecForInfoUpdate; cDbStatement* selectPendingTimerActions; cDbStatement* selectSwitchTimerActions; @@ -288,6 +289,7 @@ class cUpdate : public cThread, public cStatus, public cParameters cDbValue extChannelId; cDbValue imageUpdSp; cDbValue imageSize; + cDbValue imageSizeRec; cDbValue masterId; cDbValue* viewDescription; |