launcher/src/launcherengine.cpp
branchRCL_3
changeset 5 685c7418c584
parent 0 d6fe6244b863
child 11 454d022d514b
equal deleted inserted replaced
3:2703485a934c 5:685c7418c584
  1589     return err;
  1589     return err;
  1590     }
  1590     }
  1591 
  1591 
  1592 // ---------------------------------------------------------------------------
  1592 // ---------------------------------------------------------------------------
  1593 
  1593 
       
  1594 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
  1594 void CLauncherEngine::SendLogViaSendUiL(CSendUi* aSendUi)
  1595 void CLauncherEngine::SendLogViaSendUiL(CSendUi* aSendUi)
  1595     {
  1596     {
  1596     LOGSTRING("Launcher: CLauncherEngine::SendLogViaSendUiL");
  1597     LOGSTRING("Launcher: CLauncherEngine::SendLogViaSendUiL");
  1597 
  1598 
  1598     CMessageData* messageData = CMessageData::NewL();
  1599     CMessageData* messageData = CMessageData::NewL();
  1606         messageData->AppendAttachmentL( iBCLogFilePath );
  1607         messageData->AppendAttachmentL( iBCLogFilePath );
  1607         }
  1608         }
  1608     aSendUi->ShowQueryAndSendL( messageData, TSendingCapabilities(0, 0, TSendingCapabilities::ESupportsAttachments ));
  1609     aSendUi->ShowQueryAndSendL( messageData, TSendingCapabilities(0, 0, TSendingCapabilities::ESupportsAttachments ));
  1609     CleanupStack::PopAndDestroy(); //messageData
  1610     CleanupStack::PopAndDestroy(); //messageData
  1610     }
  1611     }
  1611 
  1612 #endif
  1612 // ---------------------------------------------------------------------------
  1613 
  1613 
  1614 // ---------------------------------------------------------------------------
       
  1615 
       
  1616 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
  1614 void CLauncherEngine::SendListOfSystemDllsViaSendUiL(CSendUi* aSendUi)
  1617 void CLauncherEngine::SendListOfSystemDllsViaSendUiL(CSendUi* aSendUi)
  1615     {
  1618     {
  1616     LOGSTRING("Launcher: CLauncherEngine::SendListOfDllsViaSendUiL");
  1619     LOGSTRING("Launcher: CLauncherEngine::SendListOfDllsViaSendUiL");
  1617 
  1620 
  1618     if (BaflUtils::FileExists(iEnv->FsSession(), iSystemDllsFilePath))
  1621     if (BaflUtils::FileExists(iEnv->FsSession(), iSystemDllsFilePath))
  1628         _LIT(message, "DLL list does not exist");
  1631         _LIT(message, "DLL list does not exist");
  1629         CAknErrorNote* errorNote = new(ELeave) CAknErrorNote;
  1632         CAknErrorNote* errorNote = new(ELeave) CAknErrorNote;
  1630         errorNote->ExecuteLD(message);        
  1633         errorNote->ExecuteLD(message);        
  1631         }
  1634         }
  1632     }
  1635     }
       
  1636 #endif
  1633 
  1637 
  1634 // ---------------------------------------------------------------------------
  1638 // ---------------------------------------------------------------------------
  1635 
  1639 
  1636 void CLauncherEngine::ChangeFocusToOutputView()
  1640 void CLauncherEngine::ChangeFocusToOutputView()
  1637     {
  1641     {