diff -r 7f25ef56562d -r 29ddb8a72f0e graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourceinternalsecondprocesstesthandler.h --- a/graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourceinternalsecondprocesstesthandler.h Wed Jun 23 19:41:15 2010 +0300 +++ b/graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourceinternalsecondprocesstesthandler.h Tue Jul 06 15:45:57 2010 +0300 @@ -1,4 +1,4 @@ -// 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" @@ -29,7 +29,7 @@ { public: static CTSgResInternalSecondProcessTestHandler* NewLC(); - TInt RunTestCaseL(TInt aTestCase, TSgResIntTestInfo& aInfo); + TInt RunTestCaseL(const TSgResIntTestInfo& aInfo); void OpenDriverL(); private: @@ -45,7 +45,7 @@ void DoDrawableMemoryTestsL(); TInt TestDriverInitializeAndShutdownL(); TInt TestDriverInitializeAndShutdownManyTimes(); - TInt TestResourceProfiling(TSgResIntTestInfo& aInfo); + TInt TestResourceProfiling(const TSgResIntTestInfo& aInfo); void TestOpenImageL(TSgDrawableId aId);