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