kerneltest/e32test/mmu/t_shbuf.cpp
changeset 293 0659d0e1a03c
parent 269 d57b86b1867a
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-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".
  3429 	return r;
  3429 	return r;
  3430 	}
  3430 	}
  3431 
  3431 
  3432 TInt E32Main()
  3432 TInt E32Main()
  3433 	{
  3433 	{
       
  3434 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
  3434 	__UHEAP_MARK;
  3435 	__UHEAP_MARK;
  3435 
  3436 
  3436 	// Parse command line for slave processes
  3437 	// Parse command line for slave processes
  3437 	TInt r = KErrArgument;
  3438 	TInt r = KErrArgument;
  3438 	TBuf<KMaxFullName> cmd;
  3439 	TBuf<KMaxFullName> cmd;