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_CREPOSITORY_DATA_H
21 #define T_CREPOSITORY_DATA_H
24 #include "datawrapperbase.h"
27 #include <centralrepository.h>//CRepository
29 class CT_CRepositoryData : public CDataWrapperBase
32 ~CT_CRepositoryData();
33 static CT_CRepositoryData* NewL();
34 virtual TAny* GetObject();
35 virtual TBool DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
45 void DoCmdNewL(const TTEFSectionName& aSection);
46 void DoCmdDestructor();
47 void DoCmdSet(const TTEFSectionName& aSection);
53 CRepository* iRepository;
58 #endif //T_CREPOSITORY_DATA_H