filehandling/fileconverterfw/Tef/TLoadEcomCnvStep.h
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // The following test case is used to test the ecom style converter plugin and test the list and converter APIs.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 #if (!defined __TLOADECOMCNV_STEP_H__)
       
    24 #define __TLOADECOMCNV_STEP_H__
       
    25 #include "TConArcTestServer.h"
       
    26 #include <apmstd.h>
       
    27 
       
    28 
       
    29 //! CTLoadEComCnvStep
       
    30 /*! 
       
    31   This class is used to test ecom style converter plugin and its APIs
       
    32 */
       
    33 class CTLoadEComCnvStep : public CTestStep
       
    34 	{
       
    35 public:
       
    36 	CTLoadEComCnvStep();
       
    37 	virtual TVerdict doTestStepL();
       
    38 	void ExecuteL();
       
    39 	void TestListsL();
       
    40 private:
       
    41 	~CTLoadEComCnvStep();
       
    42 private:
       
    43 	TDataType mimeEngEpoc32CPlaintext;
       
    44 	TDataType mimeFrenchxyzzyFrot;
       
    45 	};
       
    46 
       
    47 
       
    48 _LIT(KTLoadEComCnvStep,"TLoadEComCnv");
       
    49 #endif
       
    50