diff -r efd4f1afd43e -r d620048b4810 meetingrequest/mrguicommon/inc/cmrbutton.h --- a/meetingrequest/mrguicommon/inc/cmrbutton.h Mon Jun 21 15:20:54 2010 +0300 +++ b/meetingrequest/mrguicommon/inc/cmrbutton.h Thu Jul 15 18:19:25 2010 +0300 @@ -34,11 +34,13 @@ * Two-phased constructor. * * @param aBitmapId + * @param aParent parent control * @param aScaleMode * @return Pointer to created and initialized mr image object. */ IMPORT_C static CMRButton* NewL( - NMRBitmapManager::TMRBitmapId aBitmapId, + NMRBitmapManager::TMRBitmapId aBitmapId, + const CCoeControl* aParent = NULL, TScaleMode aScaleMode = EAspectRatioPreserved ); /** @@ -53,7 +55,9 @@ * C++ default constructor */ CMRButton( TScaleMode aScaleMode ); - void ConstructL( NMRBitmapManager::TMRBitmapId aBitmapId ); + void ConstructL( + NMRBitmapManager::TMRBitmapId aBitmapId, + const CCoeControl* aParent ); private: TScaleMode iScaleMode;