commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
--- a/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp	Tue Feb 02 01:00:49 2010 +0200
+++ b/commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp	Fri Apr 16 15:13:44 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 ) );
     }
 
 // ---------------------------------------------------------------------------