mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h
branchRCL_3
changeset 11 4843bb5893b6
parent 0 d0791faffa3f
child 12 8b094906a049
--- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h	Fri Feb 19 23:40:44 2010 +0200
+++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h	Fri Mar 12 15:46:41 2010 +0200
@@ -88,10 +88,14 @@
     void SessionOpenedL(const TMTPNotificationParamsSessionChange& aSession);
     TInt FindExtnPlugin(TUint aOpcode);
     void LoadExtnPluginsL();
-   
+    void AddFolderRecursiveL( const TMTPNotificationParamsFolderChange& aFolder );
+    TUint32 AddEntryL( const TDesC& aPath, TUint32 aParentHandle, TUint32 aStorageId, CMTPObjectMetaData& objectInfo );
+    TUint32 GetStorageIdL( const TDesC& aPath );
+    void OnDeviceFolderChangedL( TMTPEventCode aEventCode, CMTPObjectMetaData& objectInfo );
+    
    public:
     //from MExtnDevPluginCallback
-    void OnDevicePropertyChangedL (TMTPDevicePropertyCode& aPropCode);
+    void OnDevicePropertyChangedL(TMTPDevicePropertyCode& aPropCode);
 	
     /**
       * This method return reference MMTPDataProviderFramework
@@ -162,7 +166,6 @@
     TInt								iActiveProcessor;
     TBool								iActiveProcessorRemoved;
 
-   
     };
     
 #endif // CMTPDEVICEDP_H