phonebookui/Speeddial/src/SpdiaBaseView.cpp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:     Declares view for application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 // INCLUDE FILES
       
    24 #include <avkon.hrh>
       
    25 
       
    26 #include <aknViewAppUi.h>
       
    27 
       
    28 #include <SpeedDial.rsg>
       
    29 
       
    30 #include "SpdiaBaseView.h"
       
    31 
       
    32 // ========================= MEMBER FUNCTIONS ================================
       
    33 
       
    34 // ---------------------------------------------------------------------------
       
    35 // CSpdiaBaseView::CSpdiaBaseView
       
    36 //
       
    37 // ---------------------------------------------------------------------------
       
    38 CSpdiaBaseView::CSpdiaBaseView()
       
    39     {
       
    40     }
       
    41 
       
    42 // ---------------------------------------------------------------------------
       
    43 // CSpdiaBaseView::ConstructL
       
    44 // Symbian two-phased constructor
       
    45 // ---------------------------------------------------------------------------
       
    46 void CSpdiaBaseView::ConstructL()
       
    47     {
       
    48     iStatusPane = AppUi()->StatusPane();
       
    49     }
       
    50 
       
    51 // ---------------------------------------------------------------------------
       
    52 // CSpdiaBaseView::~CSpdiaBaseView
       
    53 // ?implementation_description
       
    54 // ---------------------------------------------------------------------------
       
    55 CSpdiaBaseView::~CSpdiaBaseView()
       
    56     {
       
    57   
       
    58     }
       
    59 
       
    60 // end of file
       
    61