dependencies/aknlayout.lag
author MattD <mattd@symbian.org>
Thu, 01 Apr 2010 12:25:43 +0100
branchv5backport
changeset 46 db99fd9fcd1c
parent 35 9d28e9ec8f22
child 38 8e41f998124a
permissions -rw-r--r--
Removed all abld.bat and .cproject files as they rpobably shouldn't be committed, and are just going to cause unneccessary merge/build issues

/*
* ============================================================================
*  Name     : aknlayout.lag
*  Part of  : Avkon
*  Copyright (c) 2002 Nokia Corporation
* ============================================================================
*/

#if !defined(__aknlayout_LAG__)
#define __aknlayout_LAG__

class TAknTextLineLayout;
class TAknWindowLineLayout;
class TAknMultiLineTextLayout;

// New for backport
#include "platform/mw/AknLayout.lag"

#define AKN_LAYOUT_WINDOW_screen AknLayout::screen()
#endif