diff -r b3a1d9898418 -r 95f71bcdcdb7 kerneltest/e32test/dmav2/test_thread.cpp --- a/kerneltest/e32test/dmav2/test_thread.cpp Fri May 14 17:13:29 2010 +0300 +++ b/kerneltest/e32test/dmav2/test_thread.cpp Thu May 27 14:17:14 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -38,7 +38,6 @@ TTestThread::~TTestThread() { - //RTest::CloseHandleAndWaitForDestruction(iThread); iThread.Close(); } @@ -90,6 +89,10 @@ iName.Close(); } +void CTest::SetupL() + { + } + void CTest::operator()() { for(TInt i=0; i