--- a/emailuis/emailui/inc/ncscomposeview.h Fri Mar 12 15:41:14 2010 +0200
+++ b/emailuis/emailui/inc/ncscomposeview.h Mon Mar 15 12:39:10 2010 +0200
@@ -52,6 +52,7 @@
class CAknWaitDialog;
class CActiveHelper;
class CAknStylusPopUpMenu;
+class CAknToolbarExtension;
const TInt KErrNcsComposeViewNotReady = KErrNotReady - 1000;
@@ -204,6 +205,11 @@
const TDesC8& aCustomMessage );
/**
+ * From MAknToolbarObserver.
+ */
+ void DynInitToolbarL( TInt aResourceId, CAknToolbar* aToolbar );
+
+ /**
* @see CFsEmailUiViewBase::OfferToolbarEventL
*/
void OfferToolbarEventL( TInt aCommand );
@@ -471,8 +477,11 @@
void DoFirstStartL();
static TInt AsyncExit( TAny* aSelfPtr );
-
- //void AsyncExitL(); //<cmail> made public
+
+ // Gets button from toolbar extension.
+ CAknButton* Button( TInt aCmdId,
+ CAknToolbarExtension* aExtension = NULL );
+
private: // Constructors and destructor
/**