Update contrib.
1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef MCONTEXTEFFECTIVECLIENT_H
17 #define MCONTEXTEFFECTIVECLIENT_H
20 #include <a3f/a3fbase.h>
22 const TUid KSetClientInfoUid = {0x2002C396};
23 class MContextSetEffectiveClient
27 * Add process id of effective client (usually the effective devsound client)
28 * @param aActualProcessId process id of actual/effective client
29 * @return An error code. KErrNone on success, otherwise one of the system wide error codes.
31 virtual TInt SetEffectiveClientInfo(const TProcessId& aActualProcessId) = 0;
34 #endif // MCONTEXTEFFECTIVECLIENT_H