diff -r 558113899881 -r b3425bf29f82 lafagnosticuifoundation/cone/inc/COECNTRL.H --- a/lafagnosticuifoundation/cone/inc/COECNTRL.H Mon May 03 12:45:33 2010 +0300 +++ b/lafagnosticuifoundation/cone/inc/COECNTRL.H Wed Jun 23 05:40:10 2010 +0800 @@ -1,4 +1,4 @@ -// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1997-2010 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" @@ -359,9 +359,10 @@ inline CWindowGc* GetGc() const; private: friend class CCoeRedrawer; - void DrawComponents(const TRect& aRect) const; + void Constructor(CCoeEnv* aCoeEnv); + void DrawComponents(const TRect& aRect) const; void DrawWindowOwningComponentsNow() const; - void DrawWindowOwningComponentsNow(const TRect &aRect) const; + void DrawWindowOwningComponentsNow(const TRect& aRect) const; void SetGrabbed(TBool aGrabbed, TInt aPointerNumber); TBool IsGrabbed(TInt aPointerNumber = 0) const; void DoMakeVisible(TBool aVisible);