uifw/EikStd/coctlsrc/AknToolbarObserver.cpp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Observer for avkon toolbar
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include <akntoolbarobserver.h> 
       
    21 
       
    22 
       
    23 // ============================ MEMBER FUNCTIONS ===============================
       
    24 
       
    25 // -----------------------------------------------------------------------------
       
    26 // MAknToolbarObserver::DynInitToolbarL
       
    27 // Should be used to set the properties of some toolbar components 
       
    28 // before it is drawn
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 EXPORT_C void MAknToolbarObserver::DynInitToolbarL( TInt /*aResourceId*/, 
       
    32                                                     CAknToolbar* /*aToolbar*/ )
       
    33     {
       
    34     }
       
    35     
       
    36 
       
    37 // -----------------------------------------------------------------------------
       
    38 // MAknToolbarObserver::MAknToolbarObserver_Reserved_1
       
    39 // -----------------------------------------------------------------------------
       
    40 //
       
    41 EXPORT_C TInt MAknToolbarObserver::MAknToolbarObserver_Reserved_1()
       
    42     {
       
    43     return 1;
       
    44     }
       
    45 
       
    46 // -----------------------------------------------------------------------------
       
    47 // MAknToolbarObserver::MAknToolbarObserver_Reserved_2
       
    48 // -----------------------------------------------------------------------------
       
    49 //
       
    50 EXPORT_C TInt MAknToolbarObserver::MAknToolbarObserver_Reserved_2()
       
    51     {
       
    52     return 1;
       
    53     }
       
    54     
       
    55 // end of file 
       
    56