mmsharing/mmshui/src/musuisendview.cpp
branchRCL_3
changeset 6 c47a75a8cd72
parent 2 b31261fd4e04
child 12 71306c87785a
equal deleted inserted replaced
2:b31261fd4e04 6:c47a75a8cd72
    60 void CMusUiSendView::ManualAddressEntryL( const TDesC& aAddress )
    60 void CMusUiSendView::ManualAddressEntryL( const TDesC& aAddress )
    61     {
    61     {
    62     MUS_LOG_TDESC( "mus: [MUSUI ]    -> CMusUiSendView::ManualAddressEntryL: ",
    62     MUS_LOG_TDESC( "mus: [MUSUI ]    -> CMusUiSendView::ManualAddressEntryL: ",
    63                             aAddress );
    63                             aAddress );
    64      
    64      
    65     CAknAppUiBase::TAppUiOrientation aOrientation ;
    65     CAknAppUiBase::TAppUiOrientation aOrientation 
       
    66 					= CAknAppUiBase::EAppUiOrientationUnspecified;
    66     
    67     
    67      TBuf<KMusSipAddressMaxLength> address( aAddress );
    68      TBuf<KMusSipAddressMaxLength> address( aAddress );
    68     if ( SendController() && MusUiDialogUtil::ShowTextQueryDialogL( 
    69     if ( SendController() && MusUiDialogUtil::ShowTextQueryDialogL( 
    69                                     R_MUS_TEXT_ENTER_ADDRESS_DIALOG_PROMPT, 
    70                                     R_MUS_TEXT_ENTER_ADDRESS_DIALOG_PROMPT, 
    70                                     address ) )
    71                                     address ) )