mmsharing/mmshmanagersrv/inc/musavailabilitypluginmanagerobserver.h
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MUSAVAILABILITYPLUGINMANAGEROBSERVER_H
       
    20 #define MUSAVAILABILITYPLUGINMANAGEROBSERVER_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 #include "musmanagercommon.h"
       
    25 
       
    26 /**
       
    27  *  ?one_line_short_description
       
    28  *
       
    29  *  ?more_complete_description
       
    30  *
       
    31  *  @lib ?library
       
    32  *  @since S60 v3.2
       
    33  */
       
    34 class MMusAvailabilityPluginManagerObserver
       
    35     {
       
    36 public:
       
    37 
       
    38     virtual void PluginStopped() = 0;
       
    39 
       
    40     virtual void AvailabilityChangedL(
       
    41                  MultimediaSharing::TMusAvailabilityStatus aAvailability ) = 0;
       
    42 
       
    43     virtual void StartSharingWithUseCaseL( MultimediaSharing::TMusUseCase aUseCase ) = 0;
       
    44     
       
    45     };
       
    46 
       
    47 
       
    48 #endif // ? MUSAVAILABILITYPLUGINMANAGEROBSERVER_H