Update contrib.
2 * Copyright (c) 2005-2009 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.
24 #include "datawrapperbase.h"
27 #include <g711decoderintfc.h>//CG711DecoderIntfc
28 #include <g711encoderintfc.h>//CG711EncoderIntfc
32 class CT_CG711DecoderIntfcData : public CDataWrapperBase
37 void DoCmdDestructor();
38 void DoCmdSet(const TTEFSectionName& aSection);
41 ~CT_CG711DecoderIntfcData();
42 static CT_CG711DecoderIntfcData* NewL();
43 virtual TAny* GetObject();
44 virtual TBool DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
45 CT_CG711DecoderIntfcData();
47 void DoCmdSetDecoderMode(const TTEFSectionName& aSection);
48 void DoCmdSetCng(const TTEFSectionName& aSection);
54 CG711DecoderIntfc* iG711Decoder;
62 #endif /*G711HWDDEVICE*/