lafagnosticuifoundation/cone/tef/TCone2Step.h
changeset 22 75713bee6484
parent 0 2f259fa3e83a
--- a/lafagnosticuifoundation/cone/tef/TCone2Step.h	Mon May 03 12:45:33 2010 +0300
+++ b/lafagnosticuifoundation/cone/tef/TCone2Step.h	Fri May 14 16:06:26 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-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"
@@ -48,12 +48,13 @@
 	{
 public:
 	DECLARE_TYPE_ID(0x10004C77)
-    void ConstructL();
+	void ConstructL();
+	TInt CreateWindow();
 private: // from CCoeControl
 	void MakeVisible(TBool aVisible);
 public:
-    TBool iDisplayed;
-    };
+	TBool iDisplayed;
+	};
 
 
 //! A CCoeControl Derived Class.\n
@@ -97,7 +98,8 @@
 	void TestConeInputCapabilitiesAPIs();
 	void TestReadResourceAPIsL();
 	void TestSetandGetCCoeControlAPIsL();
-	CTestExecuteLogger& Logger(){return iStep->Logger();};
+	void TestLowMemoryCoeControl();
+	inline CTestExecuteLogger& Logger() {return iStep->Logger();}
 private:
 	//! Handle to AppUi Class.\n
 	CCoeAppUi& iAppUi;