mmsharing/mmshavailability/inc/musavaconnectionmonitorobserver.h
changeset 0 f0cf47e981f9
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     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:  This observer is used to get function call 
       
    15 *                from the ConnectionMonitor
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __MMUSAVACONNECTIONMONITOROBSERVER_H__
       
    21 #define __MMUSAVACONNECTIONMONITOROBSERVER_H__
       
    22 
       
    23 #include "musavaobserver.h"
       
    24 
       
    25 class CConnMonEventBase;
       
    26 /**
       
    27  *  ConnectionMonitor Observer base class 
       
    28  *
       
    29  *  Observer interface for ConnectionMonitor.
       
    30  *
       
    31  *  @lib musavailabilityplugin.lib
       
    32  *  @since S60 v3.2
       
    33  */
       
    34 
       
    35 class MMusAvaConnectionMonitorObserver
       
    36     {
       
    37 
       
    38 public:
       
    39                         
       
    40    	/**
       
    41 	 * Event from connection monitor server
       
    42 	 *
       
    43 	 */
       
    44     virtual void EventL(const CConnMonEventBase& aConnMonEvent) = 0; 
       
    45  
       
    46     };
       
    47 
       
    48 
       
    49 #endif //__MMUSAVACONNECTIONMONITOROBSERVER_H__