web_plat/connection_manager_api/inc/ApChangeObserver.h
changeset 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This interface class defines the protocolconnection/session
       
    16 *	  handling.
       
    17 *	
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef AP_CHANGE_OBSERVER_H
       
    23 #define AP_CHANGE_OBSERVER_H
       
    24 
       
    25 //This class specifies a protocol for observing the AP changes
       
    26 class MApChangeObserver
       
    27 	{
       
    28 	public:
       
    29 	virtual void ApChangedL( TUint32 aNewAPId ) = 0;
       
    30 	};
       
    31 
       
    32 #endif;//AP_CHANGE_OBSERVER_H// End of File