equal
deleted
inserted
replaced
46 // C++ default constructor can NOT contain any code, that might leave. |
46 // C++ default constructor can NOT contain any code, that might leave. |
47 // ----------------------------------------------------------------------------- |
47 // ----------------------------------------------------------------------------- |
48 CMmsDataStore::CMmsDataStore(): |
48 CMmsDataStore::CMmsDataStore(): |
49 iHasHistory(EFalse), |
49 iHasHistory(EFalse), |
50 iDataBaseOpened(EFalse), |
50 iDataBaseOpened(EFalse), |
51 iKey(TKeyArrayFix(_FOFF(TSnapshotItem, ItemId()), ECmpTInt)) |
51 iKey(TKeyArrayFix(_FOFF_DYNAMIC(TSnapshotItem, ItemId()), ECmpTInt)) |
52 { |
52 { |
53 } |
53 } |
54 |
54 |
55 // ----------------------------------------------------------------------------- |
55 // ----------------------------------------------------------------------------- |
56 // CMmsDataStore::ConstructL |
56 // CMmsDataStore::ConstructL |