contentpublishingsrv/contentpublishingserver/cpsqlitestorage/src/cpstoragefactory.cpp
branchRCL_3
changeset 74 edd621764147
parent 0 79c6a41cd166
equal deleted inserted replaced
64:b276298d5729 74:edd621764147
    17 
    17 
    18 
    18 
    19 #include "cpstoragefactory.h"
    19 #include "cpstoragefactory.h"
    20 #include "cpstorageengine.h"
    20 #include "cpstorageengine.h"
    21 
    21 
    22 EXPORT_C CCpStorage* StorageFactory::NewDatabaseL()
    22 EXPORT_C CCpStorage* StorageFactory::NewDatabaseL(TLiwVariant& aDataMapCache)
    23     {
    23     {
    24     return CCpStorageEngine::NewL();
    24     return CCpStorageEngine::NewL(aDataMapCache);
    25     }
    25     }