diff -r 4bc7b118b3df -r 397d00875918 contentstorage/casrv/casrvmgr/inc/casrvmanager.h --- a/contentstorage/casrv/casrvmgr/inc/casrvmanager.h Fri May 14 16:10:06 2010 +0300 +++ b/contentstorage/casrv/casrvmgr/inc/casrvmanager.h Thu May 27 13:11:12 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