[apps] Move interval from FunctionApp to derived classes

This commit is contained in:
Ruben Dashyan
2019-09-03 16:33:04 +02:00
parent 7ef63f2c61
commit a565cb32b9
6 changed files with 26 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ namespace Shared {
FunctionApp::Snapshot::Snapshot() :
m_cursor(),
m_interval(),
m_indexFunctionSelectedByCursor(0),
m_modelVersion(0),
m_rangeVersion(0),
@@ -15,7 +14,6 @@ FunctionApp::Snapshot::Snapshot() :
}
void FunctionApp::Snapshot::reset() {
m_interval.reset();
m_indexFunctionSelectedByCursor = 0;
m_modelVersion = 0;
m_rangeVersion = 0;