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_ENTRY_ARRAY_DATA_H__
21 #define __T_ENTRY_ARRAY_DATA_H__
24 #include "DataWrapperBase.h"
33 class CT_EntryArrayData: public CDataWrapperBase
36 static CT_EntryArrayData* NewL( );
39 virtual TBool DoCommandL( const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex );
40 virtual TAny* GetObject();
41 virtual void SetObjectL( TAny* aAny );
48 inline void DoCmdCount( const TDesC& aSection );
49 inline void DoCmdDelete();
50 inline void DoCmdNew();
51 inline void DoCmdIndexOperatorL(const TDesC& aSection);
52 inline void DoCleanup();
56 // TEntryArray class instance
57 TEntryArray* iEntryArray;
60 #endif // __T_ENTRY_ARRAY_DATA_H__