Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 @internalComponent - Internal Symbian test code
22 #if (!defined __T_MSTR_STEP_H__)
23 #define __T_MSTR_STEP_H__
25 #if !defined(__E32BASE_H__)
29 #include <test/testexecutestepbase.h>
30 #include "TEmimeTestServer.h"
33 _LIT(KT_MstrStep,"T_Mstr");
35 class CT_MstrStep : public CTestStep
40 virtual TVerdict doTestStepL();
44 void lPopulateMappingTablesL(CTypeStoreManager* aMan);
45 void lCheckMappingsL(CTypeStoreManager* aTypeMan);
46 void lClearMappingTablesL(CTypeStoreManager* aMan);