omads/omadsextensions/adapters/bookmark/src/bookmarkdatastore.cpp
branchGCC_SURGE
changeset 42 1eb2293b4d77
parent 36 9ba7f05d28a5
equal deleted inserted replaced
41:e32446434994 42:1eb2293b4d77
    46 // CBookmarkDataStore::CBookmarkDataStore
    46 // CBookmarkDataStore::CBookmarkDataStore
    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 CBookmarkDataStore::CBookmarkDataStore() :
    49 CBookmarkDataStore::CBookmarkDataStore() :
    50     iDataBaseOpened( EFalse ), iFeedsServer(*this), iRootFolder(*this),
    50     iDataBaseOpened( EFalse ), iFeedsServer(*this), iRootFolder(*this),
    51     iKey( TKeyArrayFix( _FOFF( TNSmlSnapshotItem, ItemId() ), ECmpTInt ) ),
    51     iKey( TKeyArrayFix( _FOFF_DYNAMIC( TNSmlSnapshotItem, ItemId() ), ECmpTInt ) ),
    52     iHasHistory( EFalse )
    52     iHasHistory( EFalse )
    53     {
    53     {
    54     LOGGER_ENTERFN( "CBookmarkDataStore" );
    54     LOGGER_ENTERFN( "CBookmarkDataStore" );
    55     LOGGER_LEAVEFN( "CBookmarkDataStore" ); 
    55     LOGGER_LEAVEFN( "CBookmarkDataStore" ); 
    56     }
    56     }