uiservicetab/vimpstengine/inc/mvimpstengineserviceconnectioneventobserver.h
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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 the License "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:  MVIMPSTENGINESERVICECONNECTIONEVENTOBSERVER.h
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef _MVIMPSTENGINESERVICECONNECTIONEVENTOBSERVER_H
       
    21 #define _MVIMPSTENGINESERVICECONNECTIONEVENTOBSERVER_H
       
    22 
       
    23 class MVIMPSTEngineServiceConnectionEventObserver
       
    24 	{
       
    25 		
       
    26 	public:
       
    27 	 
       
    28 		/**
       
    29 		 * Observer interface for Listening to the Service Connectivity
       
    30 		 * events		 
       
    31 		 */ 
       
    32 		virtual void  HandleServceConnectionEventL() = 0;
       
    33 
       
    34 		/**
       
    35 		 * virtual destructor.
       
    36 		 */
       
    37 		virtual ~MVIMPSTEngineServiceConnectionEventObserver()
       
    38 		{}
       
    39 		    
       
    40 	}; 
       
    41 
       
    42 #endif //_MVIMPSTENGINESERVICECONNECTIONEVENTOBSERVER_H