diff -r 0396474f30f5 -r 4ce476e64c59 meetingrequest/mrgui/mrfieldbuildercommon/inc/cmrbackground.h --- a/meetingrequest/mrgui/mrfieldbuildercommon/inc/cmrbackground.h Mon Mar 15 12:39:10 2010 +0200 +++ b/meetingrequest/mrgui/mrfieldbuildercommon/inc/cmrbackground.h Wed Mar 31 21:08:33 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -22,8 +22,6 @@ #include "nmrbitmapmanager.h" #include "cesmrfield.h" -class CESMRLayoutManager; - /** * CESMRBorderLayer draws border around the focused control. * @@ -40,7 +38,7 @@ * @param aFocusType * @return Pointer to created and initialized esmr borderlayer object. */ - IMPORT_C static CMRBackground* NewL( CESMRLayoutManager& aLayoutManager ); + IMPORT_C static CMRBackground* NewL(); /** * Destructor. @@ -59,7 +57,7 @@ EViewerFieldWithFocus }; - CMRBackground( CESMRLayoutManager& aLayoutManager ); + CMRBackground(); void CMRBackground::DrawFocus( CWindowGc& aGc, TRect aRect, @@ -67,9 +65,7 @@ TBgType aType ) const; CArrayFixFlat* IconSkinIdL( TBgType aType ) const; - private: - /// Ref: Layout manager. - CESMRLayoutManager& iLayoutManager; + private: // Data }; #endif // CESMRBORDERLAYER_H