First public contribution.
1 // Copyright (c) 2005-2009 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.
22 #ifndef MDFEXTENDEDSETTINGS_H
23 #define MDFEXTENDEDSETTINGS_H
28 Custom interface for setting configuration structures into MDF
30 class MMDFExtendedSettings
34 Sets an extended configuration structure
35 @param aConfig The configuration structure to be used
36 @return System wide error code
38 virtual TInt SetExtendedConfig(const TPuConfig& aConfig) = 0;
41 #endif // MDFEXTENDEDSETTINGS_H