diff -r aa99f2208aad -r b8d18c84f71c localisation/apparchitecture/tef/T_ProStep.h --- a/localisation/apparchitecture/tef/T_ProStep.h Wed Jul 28 16:03:37 2010 +0100 +++ b/localisation/apparchitecture/tef/T_ProStep.h Tue Aug 03 10:20:34 2010 +0100 @@ -1,7 +1,7 @@ // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available -// under the terms of the License "Eclipse Public License v1.0" +// under the terms of "Eclipse Public License v1.0" // which accompanies this distribution, and is available // at the URL "http://www.eclipse.org/legal/epl-v10.html". // @@ -11,12 +11,11 @@ // Contributors: // // Description: +// t_prostep.h // - - /** - @file + @file t_prostep.h @internalComponent - Internal Symbian test code */ @@ -25,10 +24,15 @@ _LIT(KT_ProStep,"T_Pro"); -#include "ApparcTestServer.h" +#include "apparctestserver.h" #include -#include "..\apparc\apadll.h" +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#include +#include +#endif //SYMBIAN_ENABLE_SPLIT_HEADERS +#include "../apparc/apadll.h" #include #include #include @@ -52,7 +56,7 @@ virtual TVerdict doTestStepPreambleL(); virtual TVerdict doTestStepPostambleL(); virtual TVerdict doTestStepL(); - void DoStepTests(); + void DoStepTestsL(); //private: void DoStepTestsInCallbackL(); void testAppIdentifierL(); @@ -99,10 +103,12 @@ public: CT_ProStepCallBack(CT_ProStep* aTestStep); ~CT_ProStepCallBack(); - static TInt CallBack(TAny* /*aThis*/); + static TInt CallBackL(TAny* /*aThis*/); CT_ProStep* iTestStep; private: }; #endif + +