mtpfws/mtpfw/src/cmtpdataprovidercontroller.cpp
branchRCL_3
changeset 3 8b094906a049
parent 2 4843bb5893b6
child 4 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