omads/omadsextensions/adapters/contactsgroup/src/contactsgrpdatastore.cpp
branchGCC_SURGE
changeset 42 1eb2293b4d77
parent 36 9ba7f05d28a5
equal deleted inserted replaced
41:e32446434994 42:1eb2293b4d77
    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 // -----------------------------------------------------------------------------