equal
deleted
inserted
replaced
30 // ----------------------------------------------------------------------------- |
30 // ----------------------------------------------------------------------------- |
31 // CContactsGrpDataStore::CContactsGrpDataStore |
31 // CContactsGrpDataStore::CContactsGrpDataStore |
32 // C++ default constructor can NOT contain any code, that might leave. |
32 // C++ default constructor can NOT contain any code, that might leave. |
33 // ----------------------------------------------------------------------------- |
33 // ----------------------------------------------------------------------------- |
34 CContactsGrpDataStore::CContactsGrpDataStore() : |
34 CContactsGrpDataStore::CContactsGrpDataStore() : |
35 iKey( TKeyArrayFix( _FOFF( TNSmlSnapshotItem, ItemId() ), ECmpTInt ) ) |
35 iKey( TKeyArrayFix( _FOFF_DYNAMIC( TNSmlSnapshotItem, ItemId() ), ECmpTInt ) ) |
36 { |
36 { |
37 TRACE_FUNC; |
37 TRACE_FUNC; |
38 } |
38 } |
39 |
39 |
40 // ----------------------------------------------------------------------------- |
40 // ----------------------------------------------------------------------------- |