contentstorage/casrv/casrvmgr/inc/casrvmanager.h
changeset 94 dbb8300717f7
parent 85 7feec50967db
child 102 8b8b34fa9751
--- a/contentstorage/casrv/casrvmgr/inc/casrvmanager.h	Fri Apr 30 15:22:08 2010 +0300
+++ b/contentstorage/casrv/casrvmgr/inc/casrvmanager.h	Fri May 14 17:24:44 2010 +0300
@@ -59,6 +59,12 @@
     static CCaSrvManager* NewLC( CCaStorageProxy& aCaStorageProxy,
             CCaSrvEngUtils* aUtils = NULL );
 
+    /**
+     * Load operation error code
+     * @return error code for load plugins operation
+     */
+    IMPORT_C TInt LoadOperationErrorCodeL();
+    
 private:
 
     /**
@@ -93,6 +99,11 @@
      * Reference to the Storage Proxy, Storage Utils.
      */
     TPluginParams* iPluginParams;
+    
+    /**
+     * Error code for load plugins operation
+     */
+    TInt iErrorCode;
     };
 
 #endif // C_MM_EXTENSION_MANAGER_H