diff -r bfb1de3eac8e -r 7b872347d83b convergedconnectionhandler/cchclientapi/src/cchuiapiimpl.cpp --- a/convergedconnectionhandler/cchclientapi/src/cchuiapiimpl.cpp Tue Jan 26 11:50:49 2010 +0200 +++ b/convergedconnectionhandler/cchclientapi/src/cchuiapiimpl.cpp Tue Feb 02 00:05:57 2010 +0200 @@ -711,6 +711,12 @@ MCchUiObserver::ECchUiClientOperationResultGeneralFailure; } + if ( iLastOperationResult != + MCchUiObserver::ECchUiClientOperationResultNotSet ) + { + InformObserversL( aResultParams.iServiceId ); + } + switch ( iLastOperationResult ) { case MCchUiObserver::ECchUiClientOperationResultAccessPointAdded: