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.
20 #ifndef T_CERRORCONCEALMENTINTFCDATA_H
21 #define T_CERRORCONCEALMENTINTFCDATA_H
24 #include "datawrapperbase.h"
27 #include <ErrorConcealmentIntfc.h>//CErrorConcealmentIntfc
30 class CT_CErrorConcealmentIntfcData : public CDataWrapperBase
33 ~CT_CErrorConcealmentIntfcData();
34 static CT_CErrorConcealmentIntfcData* NewL();
35 virtual TAny* GetObject();
36 virtual TBool DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
37 CT_CErrorConcealmentIntfcData();
44 void DoCmdDestructor();
45 void DoCmdConcealErrorForNextBuffer(const TTEFSectionName& aSection);
46 void DoCmdSetFrameMode(const TTEFSectionName& aSection);
47 void DoCmdFrameModeRqrdForEC(const TTEFSectionName& aSection);
54 CErrorConcealmentIntfc* iErrorConcealmentIntfc;
57 #endif /*T_CERRORCONCEALMENTINTFCDATA_H*/