os/boardsupport/haitest/bspsvs/suite/e32/inc/T_TCommConfigV02Data.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 *
    16 */
    17 
    18 
    19 #if (!defined __T_TCOMM_CONFIG_V02_DATA_H__)
    20 #define __T_TCOMM_CONFIG_V02_DATA_H__
    21 
    22 //	User Includes
    23 #include "T_TCommConfigV01Data.h"
    24 
    25 /**
    26  * Test Active Notification class
    27  *
    28  */
    29 class CT_TCommConfigV02Data : public CT_TCommConfigV01Data
    30 	{
    31 public:
    32 	CT_TCommConfigV02Data();
    33 	~CT_TCommConfigV02Data();
    34 
    35 	//	CT_TCommConfigV01Data implementation
    36 	virtual TDes8*	Descriptor();
    37 
    38 	virtual TAny*	GetObject();
    39 	virtual TBool	DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
    40 
    41 protected:
    42 	//	CT_TCommConfigV01Data implementation
    43 	virtual TCommConfigV01&		GetCommConfigV01();
    44 
    45 	virtual TCommConfigV02&		GetCommConfigV02();
    46 
    47 private:
    48 	void	DestroyData();
    49 
    50 	TInt	DoCmdConstructor();
    51 	void	DoCmdDestructor();
    52 	void	DoCmdiTxShutdownTimeout(const TDesC& aSection);
    53 
    54 private:
    55 	TCommConfig2*	iCommConfig2;
    56 	};
    57 
    58 #endif /* __T_TCOMM_CONFIG_V02_DATA_H__ */