dependencies/aknlayout.lag
branchv5backport
changeset 35 9d28e9ec8f22
child 38 8e41f998124a
equal deleted inserted replaced
33:e89187c6bc81 35:9d28e9ec8f22
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : aknlayout.lag
       
     4 *  Part of  : Avkon
       
     5 *  Copyright (c) 2002 Nokia Corporation
       
     6 * ============================================================================
       
     7 */
       
     8 
       
     9 #if !defined(__aknlayout_LAG__)
       
    10 #define __aknlayout_LAG__
       
    11 
       
    12 class TAknTextLineLayout;
       
    13 class TAknWindowLineLayout;
       
    14 class TAknMultiLineTextLayout;
       
    15 
       
    16 // New for backport
       
    17 #include "platform/mw/AknLayout.lag"
       
    18 
       
    19 #define AKN_LAYOUT_WINDOW_screen AknLayout::screen()
       
    20 #endif