First public contribution.
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.
19 #if (!defined __T_TCOMM_CAPS_V03_DATA_H__)
20 #define __T_TCOMM_CAPS_V03_DATA_H__
23 #include "T_TCommCapsV02Data.h"
26 * Test Active Notification class
29 class CT_TCommCapsV03Data : public CT_TCommCapsV02Data
32 CT_TCommCapsV03Data();
33 ~CT_TCommCapsV03Data();
35 // CT_TCommCapsV01Data implementation
36 virtual TDes8* Descriptor();
38 virtual TAny* GetObject();
39 virtual TBool DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
42 // CT_TCommCapsV01Data implementation
43 virtual TCommCapsV01& GetCommCapsV01();
45 // CT_TCommCapsV02Data implementation
46 virtual TCommCapsV02& GetCommCapsV02();
48 virtual TCommCapsV03& GetCommCapsV03();
53 TInt DoCmdConstructor();
54 void DoCmdDestructor();
55 void DoCmdiBreakSupported(const TDesC& aSection);
58 TCommCaps3* iCommCaps3;
61 #endif /* __T_TCOMM_CAPS_V03_DATA_H__ */