contentpublishingsrv/contentpublishingserver/cpsqlitestorage/inc/cpstoragefactory.h
branchRCL_3
changeset 19 edd621764147
parent 0 79c6a41cd166
--- a/contentpublishingsrv/contentpublishingserver/cpsqlitestorage/inc/cpstoragefactory.h	Tue Apr 27 16:57:49 2010 +0300
+++ b/contentpublishingsrv/contentpublishingserver/cpsqlitestorage/inc/cpstoragefactory.h	Tue May 11 16:30:05 2010 +0300
@@ -23,6 +23,7 @@
 
 // FORWARD DECLARATIONS
 class CCpStorage;
+class TLiwVariant;
 
 // CLASS DECLARATION
 /**
@@ -34,7 +35,7 @@
 class StorageFactory
     {
 public:
-    IMPORT_C static CCpStorage* NewDatabaseL();
+    IMPORT_C static CCpStorage* NewDatabaseL(TLiwVariant& aDataMapCache);
     };
 
 #endif //C_CPSTORAGE_FACTORY_H