solved some TODOs

This commit is contained in:
john30
2016-01-06 13:37:35 +01:00
parent 93b83c5fa5
commit 4fec638b78
3 changed files with 16 additions and 14 deletions
+5 -2
View File
@@ -589,10 +589,13 @@ protected:
private:
/** the primary, secondary, and optional further ID bytes for each part of the chain. */
vector< vector<unsigned char> > m_ids;
const vector< vector<unsigned char> > m_ids;
/** the data length for each part of the chain. */
vector<unsigned char> m_lengths;
const vector<unsigned char> m_lengths;
/** the maximum allowed time difference of any data pair. */
const time_t m_maxTimeDiff;
/** array of the last seen master datas. */
SymbolString** m_lastMasterDatas;