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_VOLUME_INFO_DATA_H__
21 #define __T_VOLUME_INFO_DATA_H__
24 #include "DataWrapperBase.h"
33 class CT_VolumeInfoData: public CDataWrapperBase
36 static CT_VolumeInfoData* NewL();
39 virtual TBool DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
40 virtual TAny* GetObject();
41 virtual void SetObjectL(TAny* aAny);
42 virtual void DisownObjectL();
43 inline virtual TCleanupOperation CleanupOperation();
50 inline void DoCleanup();
51 inline void DoCmdNew();
53 static void CleanupOperation(TAny* aAny);
57 // TVolumeInfo class instance that is tested
58 TVolumeInfo* iVolumeInfo;
61 #endif // __T_VOLUME_INFO_DATA_H__