diff -r d0791faffa3f -r aabe5387f5ce mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h --- a/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h Tue Feb 02 01:11:40 2010 +0200 +++ b/mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedp.h Fri Mar 19 09:40:39 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