graphicsresourceservices/graphicsresourceimplementation/test/inc/tgraphicsresourcemultiprocessthread.h
equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-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 "Eclipse Public License v1.0" |
4 // under the terms of "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". |
16 #ifndef TGRAPHICSRESOURCEMULTIPROCESSTHREAD_H |
16 #ifndef TGRAPHICSRESOURCEMULTIPROCESSTHREAD_H |
17 #define TGRAPHICSRESOURCEMULTIPROCESSTHREAD_H |
17 #define TGRAPHICSRESOURCEMULTIPROCESSTHREAD_H |
18 |
18 |
19 #include <e32base.h> |
19 #include <e32base.h> |
20 #include <sgresource/sgimage.h> |
20 #include <sgresource/sgimage.h> |
21 #include <sgresource/sgresource.h> |
|
22 |
21 |
23 class CTTMSGraphicsStep; |
22 class CTTMSGraphicsStep; |
24 |
23 |
25 //define default slot for multiprocess communication |
24 //define default slot for multiprocess communication |
26 const TInt KSecondProcessFunctionSlot = 1; |
25 const TInt KSecondProcessFunctionSlot = 1; |
132 RSgDriver* iSgDriver; |
131 RSgDriver* iSgDriver; |
133 RSgImage* iSgImage; |
132 RSgImage* iSgImage; |
134 CTTMSGraphicsStep* iTestStep; |
133 CTTMSGraphicsStep* iTestStep; |
135 }; |
134 }; |
136 |
135 |
|
136 // Message queue name for inter-process communication |
|
137 _LIT(KSgTestMultiprocessMsgQ, "TestGraphicsResourceMultiprocessMsgQ"); |
|
138 |
137 #endif |
139 #endif |