omads/omadsextensions/adapters/mediads/src/mediadsstore.cpp
branchGCC_SURGE
changeset 42 1eb2293b4d77
parent 36 9ba7f05d28a5
equal deleted inserted replaced
41:e32446434994 42:1eb2293b4d77
    45 // -----------------------------------------------------------------------------
    45 // -----------------------------------------------------------------------------
    46 // CMediaDsDataStore::CMediaDsDataStore
    46 // CMediaDsDataStore::CMediaDsDataStore
    47 // C++ default constructor can NOT contain any code, that might leave.
    47 // C++ default constructor can NOT contain any code, that might leave.
    48 // -----------------------------------------------------------------------------
    48 // -----------------------------------------------------------------------------
    49 CMediaDsDataStore::CMediaDsDataStore( RFs& aFs):
    49 CMediaDsDataStore::CMediaDsDataStore( RFs& aFs):
    50     iKey(TKeyArrayFix(_FOFF(TSnapshotItem, ItemId()), ECmpTInt)),
    50     iKey(TKeyArrayFix(_FOFF_DYNAMIC(TSnapshotItem, ItemId()), ECmpTInt)),
    51     iFs( aFs )
    51     iFs( aFs )
    52     { 
    52     { 
    53     TRACE_FUNC;
    53     TRACE_FUNC;
    54     }
    54     }
    55   
    55