web_plat/connection_manager_api/inc/ApChangeObserver.h
changeset 74 91031d3aab7d
parent 0 dd21522fd290
child 94 919f36ff910f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
    20 
    20 
    21 
    21 
    22 #ifndef AP_CHANGE_OBSERVER_H
    22 #ifndef AP_CHANGE_OBSERVER_H
    23 #define AP_CHANGE_OBSERVER_H
    23 #define AP_CHANGE_OBSERVER_H
    24 
    24 
       
    25 #warning The Connection Manager API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
       
    26 
    25 //This class specifies a protocol for observing the AP changes
    27 //This class specifies a protocol for observing the AP changes
    26 class MApChangeObserver
    28 class MApChangeObserver
    27 	{
    29 	{
    28 	public:
    30 	public:
    29 	virtual void ApChangedL( TUint32 aNewAPId ) = 0;
    31 	virtual void ApChangedL( TUint32 aNewAPId ) = 0;