First public contribution.
2 * Copyright (c) 2004 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.
14 * Description: Definition of custom command utility classes
19 #ifndef __CUSTOMCOMMANDUTILITY_H
20 #define __CUSTOMCOMMANDUTILITY_H
23 #include <MCustomCommand.h>
24 //#include "CustomCommandTypes.h"
27 // FORWARD DECLARATION
28 class CMdaAudioConvertUtility;
29 class CMdaAudioPlayerUtility;
30 class CMdaAudioRecorderUtility;
31 class CMidiClientUtility;
32 class CDrmPlayerUtility;
33 class CVideoPlayerUtility;
34 class CVideoRecorderUtility;
37 class CCustomCommandUtility : public CBase,
42 IMPORT_C static CCustomCommandUtility* NewL(CMdaAudioConvertUtility& aUtility);
44 IMPORT_C static CCustomCommandUtility* NewL(CMdaAudioPlayerUtility& aUtility);
46 IMPORT_C static CCustomCommandUtility* NewL(CMdaAudioRecorderUtility& aUtility,
49 IMPORT_C static CCustomCommandUtility* NewL(CMidiClientUtility& aUtility);
51 IMPORT_C static CCustomCommandUtility* NewL(CDrmPlayerUtility& aUtility);
53 IMPORT_C static CCustomCommandUtility* NewL(CVideoPlayerUtility& aUtility);
55 IMPORT_C static CCustomCommandUtility* NewL(CVideoRecorderUtility& aUtility);