Update contrib.
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #include <mmfcontrollerimplementationuids.hrh>
20 #include "MmfAudioController.h"
23 // __________________________________________________________________________
24 // Exported proxy for instantiation method resolution
25 // Define the interface UIDs
26 // move to another module to allow custom audio controller for testing
33 const TImplementationProxy ImplementationTable[] =
35 IMPLEMENTATION_PROXY_ENTRY(KMmfUidControllerAudio, CMMFAudioController::NewL)
39 * ImplementationGroupProxy
41 * @returns "TImplementationProxy*"
44 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
46 aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
48 return ImplementationTable;