common/tools/ats/smoketest/graphics/wserv/inc/T_DataWsGraphicMsgFixedBase.h
changeset 833 6ffc235847d0
child 872 17498133d9ad
equal deleted inserted replaced
832:9b2bf01d4d36 833:6ffc235847d0
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-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_DATA_WS_GRAPHIC_MSG_FIXED_BASE_H__)
       
    20 #define __T_DATA_WS_GRAPHIC_MSG_FIXED_BASE_H__
       
    21 
       
    22 // User Includes
       
    23 #include "DataWrapperBase.h"
       
    24 
       
    25 /**
       
    26  * Test Active Notification class
       
    27  *
       
    28  */
       
    29 class CT_DataWsGraphicMsgFixedBase : public CDataWrapperBase
       
    30 	{
       
    31 public:
       
    32 	~CT_DataWsGraphicMsgFixedBase();
       
    33 
       
    34 	virtual TBool	DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
       
    35 	TPtrC8			GetPckg();
       
    36 
       
    37 protected:
       
    38 	CT_DataWsGraphicMsgFixedBase();
       
    39 
       
    40 	virtual TWsGraphicMsgFixedBase*	GetWsGraphicMsgFixedBase() const = 0;
       
    41 
       
    42 private:
       
    43 	/**
       
    44 	* Helper methods
       
    45 	*/
       
    46 	void	DoCmdPckg();
       
    47 	void	DoCmdSize(const TDesC& aSection);
       
    48 	void	DoCmdTypeId(const TDesC& aSection);
       
    49 
       
    50 private:
       
    51 	TPtrC8	iPckg;
       
    52 	};
       
    53 
       
    54 #endif /* __T_DATA_WS_GRAPHIC_MSG_FIXED_BASE_H__ */