commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp
branchRCL_3
changeset 19 aecbbf00d063
parent 0 2f259fa3e83a
child 20 d48ab3b357f1
--- a/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp	Thu Aug 19 10:11:06 2010 +0300
+++ b/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp	Tue Aug 31 15:28:30 2010 +0300
@@ -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 ) );
     }
 
 // ---------------------------------------------------------------------------