phoneplugins/csplugin/inc/mcspaudiohandlerobserver.h
changeset 72 c76a0b1755b9
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
       
     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:  Observer interface
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef MCSPAUDIOHANDLEROBSERVER_H
       
    19 #define MCSPAUDIOHANDLEROBSERVER_H
       
    20 
       
    21 /**
       
    22  *  Observer for  events.
       
    23  *
       
    24  */
       
    25 class MCSPAudioHandlerObserver
       
    26     {
       
    27 public:
       
    28     /**
       
    29      * Indicates failure of audio streams start request.
       
    30      */
       
    31     virtual void AudioStartingFailed() = 0;
       
    32     };
       
    33 
       
    34 #endif // MCSPAUDIOHANDLEROBSERVER_H