--- a/cryptoservices/certificateandkeymgmt/tcertstore/tcertstore.h Wed Oct 06 11:09:48 2010 +0530
+++ b/cryptoservices/certificateandkeymgmt/tcertstore/tcertstore.h Sat Oct 30 16:29:23 2010 +0530
@@ -1,5 +1,5 @@
/*
-* 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 the License "Eclipse Public License v1.0"
@@ -48,7 +48,7 @@
LOCAL_C void callExampleL() // initialize and call example code under cleanup stack
{
console=Console::NewL(_L("Test code"),
- TSize(KDefaultConsWidth,KDefaultConsHeight));
+ TSize(KConsFullScreen, KConsFullScreen));
CleanupStack::PushL(console);
TRAPD(error,doExampleL()); // perform example function
if (error) console->Printf(_L("failed: leave code=%d"), error);