web_plat/connection_manager_api/inc/ApChangeObserver.h
branchGCC_SURGE
changeset 88 cb5ac135d1df
parent 74 91031d3aab7d
child 94 919f36ff910f
equal deleted inserted replaced
82:1c386166cb87 88:cb5ac135d1df
    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;