--- a/contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h Tue Apr 27 16:57:49 2010 +0300
+++ b/contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h Tue May 11 16:30:05 2010 +0300
@@ -112,6 +112,13 @@
*/
RPointerArray<CLiwDefaultList>& GetNotifications( );
+ /**
+ * Get DataMap Cache
+ *
+ * @return DataMap cache reference
+ */
+ TLiwVariant& GetDataMapCache();
+
private:
// From CActive
@@ -222,6 +229,12 @@
* activation during startup
*/
RPointerArray<CLiwDefaultList> iNotifications;
+
+ /*
+ * Own.
+ */
+ TLiwVariant iDataMapCache;
+
};
#endif // C_CCPSERVER_H