--- a/localisation/apparchitecture/tef/t_winchainChild.h Wed Jul 28 16:03:37 2010 +0100
+++ b/localisation/apparchitecture/tef/t_winchainChild.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".
//
@@ -24,8 +24,6 @@
//
//
-
-
/**
@file
@internalComponent - Internal Symbian test code
@@ -40,21 +38,21 @@
#include <eikappui.h>
#include <eikapp.h>
#include <eikdoc.h>
-#include <eikmenup.h>
-#include <eikstart.h> ////TKAS added for exe-app
+#include <mw/eikmenup.h>
+#include <eikstart.h> //TKAS added for exe-app
#include <eikserverapp.h> // REikAppServiceBase
-#include <eikon.hrh>
+#include <mw/eikon.hrh>
// Test stuff
-#include "twindowchaining.h"
+#include "TWindowChaining.h"
class CPackagerAppUi;
-////////////////////////////////////////////////////////////////////////
+//
// CMyAppService
-////////////////////////////////////////////////////////////////////////
+//
class CMyAppService : public CApaAppServiceBase
{
private:
@@ -63,9 +61,9 @@
};
-////////////////////////////////////////////////////////////////////////
+//
// CMyEikAppServer
-////////////////////////////////////////////////////////////////////////
+//
class CMyEikAppServer : public CEikAppServer
{
private:
@@ -73,11 +71,11 @@
};
-////////////////////////////////////////////////////////////////////////
+//
//
// CChainChildApplication
//
-////////////////////////////////////////////////////////////////////////
+//
class CChainChildApplication : public CEikApplication
{
public:
@@ -95,11 +93,11 @@
TUid AppDllUid() const;
};
-////////////////////////////////////////////////////////////////////////
+//
//
// CChainChildAppUi
//
-////////////////////////////////////////////////////////////////////////
+//
class CChainChildAppUi : public CEikAppUi
{
public:
@@ -123,11 +121,11 @@
};
-////////////////////////////////////////////////////////////////////////
+//
//
// CChainChildDocument
//
-////////////////////////////////////////////////////////////////////////
+//
class CChainChildDocument : public CEikDocument
{
public:
@@ -141,3 +139,4 @@
#endif // T_WINCHAINCHILD
+