messagingfw/senduiservices/src/SendUi.cpp
branchRCL_3
changeset 39 e5b3a2155e1a
parent 0 8e480a14352b
--- a/messagingfw/senduiservices/src/SendUi.cpp	Thu Jul 15 19:11:10 2010 +0300
+++ b/messagingfw/senduiservices/src/SendUi.cpp	Thu Aug 19 10:24:00 2010 +0300
@@ -303,6 +303,28 @@
     return iSendUiImpl->TechnologyType( aServiceUid );
     }
 
+// -----------------------------------------------------------------------------
+// CSendUi::AddSendMenuItemToMenuPaneL
+//
+// (other items were commented in a header).
+// -----------------------------------------------------------------------------
+//
+EXPORT_C void CSendUi::AddSendMenuItemToMenuPaneL(
+    TBool&                       aResult,
+    CEikMenuPane&               aMenuPane,
+    TInt                        aIndex,
+    TInt                        aCommandId,
+    TSendingCapabilities        aRequiredCapabilities)
+    {
+    iSendUiImpl->AddTypedMenuItemToMenuPaneL(
+        aResult,
+        ESendMenu,
+        aMenuPane,
+        aIndex,
+        aCommandId,
+        aRequiredCapabilities
+        );
+    }
 
 // ========================== OTHER EXPORTED FUNCTIONS =========================