Update contrib.
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 the License "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.
21 @internalComponent - Internal Symbian test code
24 #ifndef __TRECOGSTEP_H__
25 #define __TRECOGSTEP_H__
27 #include "trecogserver.h"
31 _LIT(KRecogStep, "RecogStep");
34 class CRecogStep : public CTestStep
39 virtual TVerdict doTestStepPreambleL();
40 virtual TVerdict doTestStepPostambleL();
41 virtual TVerdict doTestStepL();
47 HBufC8* ConvertDes16toHBufC8LC(TDesC& source);
48 void TestRecognizeDataL();
50 void ConvertFileToPrivateL();