localconnectivityservice/obexserviceman/utils/src/obexutilslaunchwaiter.cpp
branchRCL_3
changeset 44 7a45d2ea2f56
parent 41 fb2c519f85e0
equal deleted inserted replaced
41:fb2c519f85e0 44:7a45d2ea2f56
   145                     const TInt sortMethod = 2;  // 0 = 'By name', 1 = 'By type', 
   145                     const TInt sortMethod = 2;  // 0 = 'By name', 1 = 'By type', 
   146                                                 // 2 = 'Most recent first' and 3 = 'Largest first'
   146                                                 // 2 = 'Most recent first' and 3 = 'Largest first'
   147                     TRAP (error, TObexUtilsUiLayer::LaunchFileManagerL( filePath, 
   147                     TRAP (error, TObexUtilsUiLayer::LaunchFileManagerL( filePath, 
   148                                                                         sortMethod, 
   148                                                                         sortMethod, 
   149                                                                         ETrue )); // ETrue -> launch file manager in embedded mode.                    
   149                                                                         ETrue )); // ETrue -> launch file manager in embedded mode.                    
   150 										isCompleteSelf = ETrue; 
   150 					isCompleteSelf = ETrue; 
   151                     }  // KErrNotSupported
   151                     }  // KErrNotSupported
   152                                         
   152                                         
   153                 }            
   153                 }            
   154             else 
   154             else 
   155                 {
   155                 {