kerneltest/e32test/active/t_dtim.cpp
changeset 293 0659d0e1a03c
parent 0 a41df078684a
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1996-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   153 TInt E32Main()
   153 TInt E32Main()
   154 //
   154 //
   155 //
   155 //
   156 //
   156 //
   157 	{
   157 	{
       
   158 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
   158 
   159 
   159 	CMyActiveScheduler* s=NULL;
   160 	CMyActiveScheduler* s=NULL;
   160 	TRAPD(ret,s=CMyActiveScheduler::NewL())
   161 	TRAPD(ret,s=CMyActiveScheduler::NewL())
   161 	test(ret==KErrNone);
   162 	test(ret==KErrNone);
   162 
   163