diff -r 7f25ef56562d -r 29ddb8a72f0e graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourcemultiprocessthread.h --- a/graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourcemultiprocessthread.h Wed Jun 23 19:41:15 2010 +0300 +++ b/graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourcemultiprocessthread.h Tue Jul 06 15:45:57 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-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" @@ -18,7 +18,6 @@ #include #include -#include class CTTMSGraphicsStep; @@ -134,4 +133,7 @@ CTTMSGraphicsStep* iTestStep; }; +// Message queue name for inter-process communication +_LIT(KSgTestMultiprocessMsgQ, "TestGraphicsResourceMultiprocessMsgQ"); + #endif