omads/omadsextensions/adapters/sms/src/smsdatastore.cpp
branchGCC_SURGE
changeset 42 1eb2293b4d77
parent 36 9ba7f05d28a5
equal deleted inserted replaced
41:e32446434994 42:1eb2293b4d77
    45 // C++ default constructor can NOT contain any code, that might leave.
    45 // C++ default constructor can NOT contain any code, that might leave.
    46 // -----------------------------------------------------------------------------
    46 // -----------------------------------------------------------------------------
    47 CSmsDataStore::CSmsDataStore():
    47 CSmsDataStore::CSmsDataStore():
    48     iHasHistory(EFalse),
    48     iHasHistory(EFalse),
    49     iDataBaseOpened(EFalse),
    49     iDataBaseOpened(EFalse),
    50     iKey(TKeyArrayFix(_FOFF(TSnapshotItem, ItemId()), ECmpTInt))
    50     iKey(TKeyArrayFix(_FOFF_DYNAMIC(TSnapshotItem, ItemId()), ECmpTInt))
    51     { 
    51     { 
    52     }
    52     }
    53   
    53   
    54 // -----------------------------------------------------------------------------
    54 // -----------------------------------------------------------------------------
    55 // CSmsDataStore::ConstructL
    55 // CSmsDataStore::ConstructL