phoneapp/phoneuiview/inc/mphonecoveruiobserver.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Mediator command responses sent by Cover UI are informed
       
    15 *								 via this observer.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef MPHONECOVERUIOBSERVER_H
       
    21 #define MPHONECOVERUIOBSERVER_H
       
    22 
       
    23 // CLASS DECLARATION
       
    24 
       
    25 /**
       
    26 *  Cover UI observer interface.
       
    27 *
       
    28 */
       
    29 class MPhoneCoverUiObserver  
       
    30     {
       
    31     public:
       
    32         
       
    33         /**
       
    34         * This function is called when Mediator receives response to the sent
       
    35         * ShowMultiMediaRingingTone command.
       
    36         * @param aStatus - Standard Symbian error code indicating the
       
    37         *                  success of the command.
       
    38         */
       
    39         virtual void ShowMultimediaRingingToneResponseL( TInt aStatus ) = 0;
       
    40     };
       
    41 
       
    42 #endif // MPHONECOVERUIOBSERVER_H   
       
    43             
       
    44 // End of File