mtpfws/mtpfw/dataproviders/dataproviderapi/interface/mtpdataproviderapitypes.h
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
   126 	EMTPRenameObject,
   126 	EMTPRenameObject,
   127 	
   127 	
   128 	EMTPObjectAdded
   128 	EMTPObjectAdded
   129     };
   129     };
   130 
   130 
       
   131 /** 
       
   132 Defines the MTP framework event notification types.
       
   133 This notification is from dp to framework
       
   134 @publishedPartner
       
   135 @released
       
   136 */
       
   137 enum TMTPNotificationToFramework
       
   138     {
       
   139     EMTPAddFolder = 0x10000000,
       
   140     };
       
   141 
   131 /**
   142 /**
   132 Defines the notification parameter block which accompanies @see EMTPModeChanged 
   143 Defines the notification parameter block which accompanies @see EMTPModeChanged 
   133 notifications.
   144 notifications.
   134 */
   145 */
   135 class TMTPNotificationParamsModeChange
   146 class TMTPNotificationParamsModeChange
   179     /**
   190     /**
   180     The MTP StorageID assigned to the storage.
   191     The MTP StorageID assigned to the storage.
   181     */
   192     */
   182     TUint32 iStorageId;
   193     TUint32 iStorageId;
   183     };
   194     };
   184     
   195 
       
   196 /**
       
   197 Defines the notification parameter block which accompanies @see EMTPAddFolder 
       
   198 notification
       
   199 */
       
   200 class TMTPNotificationParamsFolderChange
       
   201     {
       
   202 public:
       
   203 
       
   204     /**
       
   205     The Folder on which need to do action.
       
   206     */
       
   207     const TDesC& iFolderChanged;
       
   208     };
       
   209 
   185 /** 
   210 /** 
   186 Defines the various data provider MTP feature support categories.
   211 Defines the various data provider MTP feature support categories.
   187 @publishedPartner
   212 @publishedPartner
   188 @released
   213 @released
   189 */
   214 */