diff -r aa99f2208aad -r b8d18c84f71c localisation/apparchitecture/tef/T_ControlPanelTest.h --- a/localisation/apparchitecture/tef/T_ControlPanelTest.h Wed Jul 28 16:03:37 2010 +0100 +++ b/localisation/apparchitecture/tef/T_ControlPanelTest.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_controlpaneltest.h // - - /** - @file + @file t_controlpaneltest.h @internalComponent - Internal Symbian test code */ @@ -26,23 +25,31 @@ #ifndef __T_CONTROLPANEL_STEP_H #define __T_CONTROLPANEL_STEP_H -#include "ApparcTestServer.h" +#include "apparctestserver.h" #include -#include "..\apparc\apadll.h" +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif //SYMBIAN_ENABLE_SPLIT_HEADERS +#include "../apparc/apadll.h" #include #include +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif //SYMBIAN_ENABLE_SPLIT_HEADERS #include #include #include #include +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif //SYMBIAN_ENABLE_SPLIT_HEADERS #include #include #include #include -#include #include "appfwk_test_utils.h" -#include "..\apserv\apsclsv.h" // so I can start the server +#include "../apserv/apsclsv.h" // so I can start the server _LIT(KT_ControlPanelTest, "T_ControlPanelTest"); @@ -94,3 +101,5 @@ }; #endif + +