mmsharing/mmshavailability/inc/musavainviteresponderobserver.h
changeset 22 496ad160a278
parent 0 f0cf47e981f9
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Provide interface for the client requestin network availability.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __MUSAVAINVITERESPONDEROBSERVER_H__
       
    20 #define __MUSAVAINVITERESPONDEROBSERVER_H__
       
    21 
       
    22 #include "musavasettingsobserver.h"
       
    23 
       
    24 #include <e32base.h>
       
    25 
       
    26 class CMusAvaInviteResponder;
       
    27 
       
    28 /**
       
    29  *  Responds to a non-desired invitation.
       
    30  *
       
    31  *  @lib musavailabilityplugin.lib
       
    32  *  @since S60 v3.2
       
    33  */
       
    34 class MMusAvaInviteResponderObserver 
       
    35 	{
       
    36 public:
       
    37 
       
    38     virtual MMusAvaSettingsObserver::TApplicationState ApplicationState() = 0;
       
    39     
       
    40     virtual void InvitationAnsweredLD() = 0;
       
    41     };
       
    42 
       
    43 
       
    44 #endif // __MUSAVAINVITERESPONDER_H__