diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgappfw/server/inc/ccsserver.h --- a/messagingapp/msgappfw/server/inc/ccsserver.h Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgappfw/server/inc/ccsserver.h Thu Jul 22 16:32:06 2010 +0100 @@ -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