diff -r aecbbf00d063 -r d48ab3b357f1 commonuis/CommonDialogs/src/CAknMemorySelectionEventHandler.cpp --- 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 #include //PathInfo #include - +#include #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 ) ); } // ---------------------------------------------------------------------------