diff -r aa99f2208aad -r b8d18c84f71c localisation/apparchitecture/tef/app_CTRL.CPP --- a/localisation/apparchitecture/tef/app_CTRL.CPP Wed Jul 28 16:03:37 2010 +0100 +++ b/localisation/apparchitecture/tef/app_CTRL.CPP 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". // @@ -13,8 +13,6 @@ // Description: // - - /** @file @internalComponent - Internal Symbian test code @@ -32,22 +30,22 @@ #include #include #include -#include +#include #include -#include +#include -#include +#include #include "App_CTRL.hrh" #include -//////////////////////////////////////////////////////////////////////// +// // // CExampleAppView // -//////////////////////////////////////////////////////////////////////// +// class CExampleAppView : public CCoeControl { public: @@ -105,11 +103,11 @@ } -//////////////////////////////////////////////////////////////////////// +// // // CExampleAppUi // -//////////////////////////////////////////////////////////////////////// +// class CExampleAppUi : public CEikAppUi { public: @@ -167,11 +165,11 @@ { } -//////////////////////////////////////////////////////////////////////// +// // // CExampleDocument // -//////////////////////////////////////////////////////////////////////// +// class CExampleDocument : public CEikDocument { public: @@ -194,11 +192,11 @@ } -//////////////////////////////////////////////////////////////////////// +// // // CExampleApplication // -//////////////////////////////////////////////////////////////////////// +// class CExampleApplication : public CEikApplication { @@ -233,3 +231,6 @@ { return EikStart::RunApplication(NewApplication); } + + +