commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp
branchRCL_3
changeset 20 d48ab3b357f1
parent 19 aecbbf00d063
--- a/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp	Tue Aug 31 15:28:30 2010 +0300
+++ b/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp	Wed Sep 01 12:16:19 2010 +0100
@@ -22,7 +22,7 @@
 #include <aknmemorycarddialog.h>
 #include <pathinfo.h> //PathInfo
 #include <e32property.h>
-
+#include <rsfwmountman.h>
 
 #include "CAknMemorySelectionEventHandler.h"
 #include "CAknMemorySelectionDialog.h"
@@ -323,8 +323,8 @@
 void CActiveRemotePropertySubscriber::ConstructL()
     {
     CActiveScheduler::Add(this);
-    //User::LeaveIfError(
-    //    iProperty.Attach( KRfeServerSecureUid, ERsfwPSKeyConnect ) );
+    User::LeaveIfError(
+        iProperty.Attach( KRfeServerSecureUid, ERsfwPSKeyConnect ) );
     }
 
 // ---------------------------------------------------------------------------