--- a/lafagnosticuifoundation/cone/inc/COECNTRL.H Fri Mar 12 15:43:43 2010 +0200
+++ b/lafagnosticuifoundation/cone/inc/COECNTRL.H Mon Mar 15 12:41:34 2010 +0200
@@ -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);