4 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
5 // All rights reserved.
6 // This component and the accompanying materials are made available
7 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
8 // which accompanies this distribution, and is available
9 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
11 // Initial Contributors:
12 // Nokia Corporation - initial contribution.
19 #ifndef MMFCLNTUTILITY_H
20 #define MMFCLNTUTILITY_H
28 Place holder for future CustomInterface support
31 class MMMFClientUtility
35 IMPORT_C virtual void ReservedVirtual1();
36 IMPORT_C virtual void ReservedVirtual2();
37 IMPORT_C virtual void ReservedVirtual3();
38 IMPORT_C virtual void ReservedVirtual4();
39 IMPORT_C virtual void ReservedVirtual5();
40 IMPORT_C virtual void ReservedVirtual6();
43 #endif // MMFCLNTUTILITY_H