cryptoservices/certificateandkeymgmt/tcertdump/tcertdump.cpp
changeset 108 ca9a0fc2f082
parent 8 35751d3474b7
equal deleted inserted replaced
102:deec7e509f66 108:ca9a0fc2f082
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   189 	CleanupStack::PopAndDestroy(args);	
   189 	CleanupStack::PopAndDestroy(args);	
   190 	}
   190 	}
   191 
   191 
   192 void DoMainL(void)
   192 void DoMainL(void)
   193 	{	
   193 	{	
   194 	CConsoleBase* console = Console::NewL(KAppName, TSize(KDefaultConsWidth, KDefaultConsHeight));
   194 	CConsoleBase* console = Console::NewL(KAppName, TSize(KConsFullScreen, KConsFullScreen));
   195 	CleanupStack::PushL(console);
   195 	CleanupStack::PushL(console);
   196 	__UHEAP_MARK;
   196 	__UHEAP_MARK;
   197 	TRAPD(err, DumpCertL());
   197 	TRAPD(err, DumpCertL());
   198 	if (err)
   198 	if (err)
   199 		{
   199 		{