meetingrequest/mrgui/inc/mesmrtitlepaneobserver.h
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26      * Updates title pane text.
    26      * Updates title pane text.
    27      * 
    27      * 
    28      * @param aText new text
    28      * @param aText new text
    29      */
    29      */
    30     virtual void UpdateTitlePaneTextL( const TDesC& aText ) = 0;
    30     virtual void UpdateTitlePaneTextL( const TDesC& aText ) = 0;
    31     
       
    32     /**
       
    33     * Updates the priority icon in title pane
       
    34     * 
       
    35     * @param aPriority
       
    36     */
       
    37     virtual void UpdateTitlePanePriorityIconL( TUint aPriority ) = 0;
       
    38 };
    31 };
    39 
    32 
    40 #endif  // MESMRTITLEPANEOBSERVER_H
    33 #endif  // MESMRTITLEPANEOBSERVER_H