Update contrib.
2 #define __e32cons_h__/*
3 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
5 * This component and the accompanying materials are made available
6 * under the terms of the License "Eclipse Public License v1.0"
7 * which accompanies this distribution, and is available
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
10 * Initial Contributors:
11 * Nokia Corporation - initial contribution.
25 const TInt KConsFullScreen=-1;
27 typedef TInt TKeyCode;
32 void Printf(const TDesC16 &aFmt, ...);
33 // void Printf(const std::wstring str);
34 TKeyCode Getch() { return 0x2a; }
41 static CConsoleBase *NewL(const TDesC &aTitle, TSize aSize);