diff -r efd4f1afd43e -r d620048b4810 meetingrequest/mrguicommon/inc/cmrimage.h --- a/meetingrequest/mrguicommon/inc/cmrimage.h Mon Jun 21 15:20:54 2010 +0300 +++ b/meetingrequest/mrguicommon/inc/cmrimage.h Thu Jul 15 18:19:25 2010 +0300 @@ -35,11 +35,13 @@ * Two-phased constructor. * * @param aBitmapId + * @param aParent parent control * @param aScaleMode * @return Pointer to created and initialized mr image object. */ IMPORT_C static CMRImage* NewL( NMRBitmapManager::TMRBitmapId aBitmapId, + const CCoeControl* aParent = NULL, TBool aIsMaskIcon = EFalse, TScaleMode aScaleMode = EAspectRatioPreserved ); @@ -56,7 +58,10 @@ * C++ default constructor */ CMRImage( TScaleMode aScaleMode ); - void ConstructL( NMRBitmapManager::TMRBitmapId aBitmapId, TBool aIsMaskIcon ); + void ConstructL( + NMRBitmapManager::TMRBitmapId aBitmapId, + const CCoeControl* aParent, + TBool aIsMaskIcon ); void CreateIconL( NMRBitmapManager::TMRBitmapId aBitmapId ); void CreateMaskIconL( NMRBitmapManager::TMRBitmapId aBitmapId );