upnpavcontroller/upnpavcontrollerclient/inc/upnpavdeviceobserver.h
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    63      */
    63      */
    64     virtual void UPnPDeviceDisappeared( const CUpnpAVDevice& aDevice ) = 0;
    64     virtual void UPnPDeviceDisappeared( const CUpnpAVDevice& aDevice ) = 0;
    65 
    65 
    66     /**
    66     /**
    67      * Notifies that the WLAN connection has been lost. All sessions
    67      * Notifies that the WLAN connection has been lost. All sessions
    68      * are now usable and must be closed.
    68      * are now unusable and must be closed.
    69      *
    69      *
    70      * @since Series 60 3.1
    70      * @since Series 60 3.1
    71      * @return None
    71      * @return None
    72      */        
    72      */        
    73     virtual void WLANConnectionLost() = 0;       
    73     virtual void WLANConnectionLost() = 0;       
    74 
    74 
       
    75     /**
       
    76      * Notifies that the device icon download has completed and icon is readable by 
       
    77      * MUPnPAVController::GetDeviceIconL().
       
    78      *
       
    79      * @param aDevice CUpnpDevice object
       
    80      */
       
    81     virtual void UPnPDeviceIconDownloaded( const CUpnpAVDevice& /*aDevice*/ ) {}
       
    82 
    75     };
    83     };
    76 
    84 
    77 #endif // M_UPNPAVDEVICEOBSERVER_H
    85 #endif // M_UPNPAVDEVICEOBSERVER_H
    78 
    86 
    79 // End of File
    87 // End of File