upnpavcontroller/upnpavcontrollerclient/src/upnpavconnectionactive.cpp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    87 void CUPnPAVConnectionActive::RunL()
    87 void CUPnPAVConnectionActive::RunL()
    88     {
    88     {
    89     // Connection is lost
    89     // Connection is lost
    90     if( iStatus.Int() == EAVControllerConnectionLost )
    90     if( iStatus.Int() == EAVControllerConnectionLost )
    91         {
    91         {
    92         iObserver.ConnectionLost();
    92         iObserver.ConnectionLost( EFalse );
    93         }
    93         }
    94     }
    94     }
    95     
    95     
    96 // --------------------------------------------------------------------------
    96 // --------------------------------------------------------------------------
    97 // CUPnPAVConnectionActive::DoCancel
    97 // CUPnPAVConnectionActive::DoCancel