messagingfw/senduiservices/src/SendUi.cpp
branchRCL_3
changeset 59 d1d846af7341
parent 46 d51193d814ea
equal deleted inserted replaced
49:002ade1da91c 59:d1d846af7341
   301 EXPORT_C TUid CSendUi::TechnologyType( TUid aServiceUid ) const
   301 EXPORT_C TUid CSendUi::TechnologyType( TUid aServiceUid ) const
   302     {
   302     {
   303     return iSendUiImpl->TechnologyType( aServiceUid );
   303     return iSendUiImpl->TechnologyType( aServiceUid );
   304     }
   304     }
   305 
   305 
   306 // -----------------------------------------------------------------------------
       
   307 // CSendUi::AddSendMenuItemToMenuPaneL
       
   308 //
       
   309 // (other items were commented in a header).
       
   310 // -----------------------------------------------------------------------------
       
   311 //
       
   312 EXPORT_C void CSendUi::AddSendMenuItemToMenuPaneL(
       
   313     TBool&                       aResult,
       
   314     CEikMenuPane&               aMenuPane,
       
   315     TInt                        aIndex,
       
   316     TInt                        aCommandId,
       
   317     TSendingCapabilities        aRequiredCapabilities)
       
   318     {
       
   319     iSendUiImpl->AddTypedMenuItemToMenuPaneL(
       
   320         aResult,
       
   321         ESendMenu,
       
   322         aMenuPane,
       
   323         aIndex,
       
   324         aCommandId,
       
   325         aRequiredCapabilities
       
   326         );
       
   327     }
       
   328 
   306 
   329 // ========================== OTHER EXPORTED FUNCTIONS =========================
   307 // ========================== OTHER EXPORTED FUNCTIONS =========================
   330 
   308 
   331 // End of File
   309 // End of File
   332 
   310