filebrowser/engine/engine.cpp
changeset 31 e7a04a6385be
parent 29 1c71b77fbc93
equal deleted inserted replaced
30:d8e625c87f33 31:e7a04a6385be
   152     iSettings.iShowSubDirectoryInfo = EFalse;
   152     iSettings.iShowSubDirectoryInfo = EFalse;
   153     iSettings.iShowAssociatedIcons = EFalse;
   153     iSettings.iShowAssociatedIcons = EFalse;
   154     iSettings.iRememberLastPath = EFalse;
   154     iSettings.iRememberLastPath = EFalse;
   155     iSettings.iLastPath = KNullDesC;
   155     iSettings.iLastPath = KNullDesC;
   156     iSettings.iRememberFolderSelection = ETrue;
   156     iSettings.iRememberFolderSelection = ETrue;
   157 #if 0 // TODO
   157 //#if 0 // TODO
   158 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
   158 //#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
   159     if ( AknLayoutUtils::PenEnabled() )
   159 //    if ( AknLayoutUtils::PenEnabled() )
   160         {
   160 //        {
   161         iSettings.iEnableToolbar = ETrue;
   161 //        iSettings.iEnableToolbar = ETrue;
   162         }
   162 //        }
   163     else
   163 //    else
   164         {
   164 //        {
   165         iSettings.iEnableToolbar = EFalse;
   165 //        iSettings.iEnableToolbar = EFalse;
   166         }
   166 //        }
   167 #else
   167 //#else
   168     iSettings.iEnableToolbar = EFalse;
   168 //    iSettings.iEnableToolbar = EFalse;
   169 #endif
   169 //#endif
   170 #endif // TODO
   170 //#endif // TODO
   171 
   171 
   172     iSettings.iSupportNetworkDrives = EFalse;
   172     iSettings.iSupportNetworkDrives = EFalse;
   173     iSettings.iBypassPlatformSecurity = EFalse;
   173     iSettings.iBypassPlatformSecurity = EFalse;
   174     iSettings.iRemoveFileLocks = ETrue;
   174     iSettings.iRemoveFileLocks = ETrue;
   175     iSettings.iIgnoreProtectionsAtts = ETrue;
   175     iSettings.iIgnoreProtectionsAtts = ETrue;
   327         {
   327         {
   328         TRequestStatus* s=&iStatus;
   328         TRequestStatus* s=&iStatus;
   329         User::RequestComplete( s, KErrCancel );
   329         User::RequestComplete( s, KErrCancel );
   330         }
   330         }
   331 
   331 
   332     //CAknEnv::StopSchedulerWaitWithBusyMessage( iWait );
   332         //CAknEnv::StopSchedulerWaitWithBusyMessage( iWait );
   333 	iWait.AsyncStop();
   333 	iWait.AsyncStop();
   334 	}
   334 	}
   335 
   335 
   336 // --------------------------------------------------------------------------------------------
   336 // --------------------------------------------------------------------------------------------
   337 
   337