messagingapp/msgappfw/server/inc/ccsserver.h
changeset 44 36f374c67aa8
parent 23 238255e8b033
--- a/messagingapp/msgappfw/server/inc/ccsserver.h	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgappfw/server/inc/ccsserver.h	Tue Jul 06 14:12:40 2010 +0300
@@ -30,6 +30,7 @@
 class CCsSession;
 class CCsContactsManager;
 class CCsClientConversation;
+class CCsBackUpHandler;
 
 // CLASS DECLARATION
 /** 
@@ -131,7 +132,18 @@
     {
     }
     ;
-
+    
+	/**
+	 * Reload the plugins, once they are unloaded after a 
+	 * backup/ restore
+	 */
+    void LoadPlugins();
+	
+	/**
+	 * Unload the plugins, for backup/ restore
+	 */
+    void DeletePlugins();
+    
 public:
 
     /**
@@ -183,6 +195,11 @@
      * Caching status
      */
     TUint8 iCsCachingStatus;
+    
+    /**
+     * The backup handler class
+     */
+    CCsBackUpHandler* iBackUpHandler;
 };
 
 #endif // __C_CS_SERVER_H