branch | RCL_3 |
changeset 12 | 8b094906a049 |
parent 11 | 4843bb5893b6 |
child 14 | 60a94a45d437 |
--- a/mtpfws/mtpfw/src/cmtpdataprovidercontroller.cpp Fri Mar 12 15:46:41 2010 +0200 +++ b/mtpfws/mtpfw/src/cmtpdataprovidercontroller.cpp Mon Mar 15 12:43:12 2010 +0200 @@ -281,6 +281,13 @@ { dp->Plugin().ProcessNotificationL(aNotification, aParams); } + + //DeviceDP need handle the SessionClose Notification + if ((dp->DataProviderId() == iDpIdDeviceDp) && + ( EMTPSessionClosed == aNotification)) + { + dp->Plugin().ProcessNotificationL(aNotification, aParams); + } } } else