messagingfw/senduiservices/src/SendUi.cpp
branchRCL_3
changeset 21 e5b3a2155e1a
parent 0 8e480a14352b
equal deleted inserted replaced
20:e4175d61d967 21:e5b3a2155e1a
   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     }
   306 
   328 
   307 // ========================== OTHER EXPORTED FUNCTIONS =========================
   329 // ========================== OTHER EXPORTED FUNCTIONS =========================
   308 
   330 
   309 // End of File
   331 // End of File
   310 
   332