equal
deleted
inserted
replaced
717 break; |
717 break; |
718 case EQoSNoInterface: |
718 case EQoSNoInterface: |
719 iChannelId = -1; |
719 iChannelId = -1; |
720 /*phoney activity id, so nobody accidentally picks up the response*/ |
720 /*phoney activity id, so nobody accidentally picks up the response*/ |
721 TCFDataClient::TStop dcStop(KErrAbort); |
721 TCFDataClient::TStop dcStop(KErrAbort); |
722 ReceivedL(TNodeId(Id()), TNodeCtxId(EQoSNoInterface, Id()), dcStop); |
722 TInt errValue = (TInt)EQoSNoInterface; |
|
723 ReceivedL(TNodeId(Id()), TNodeCtxId(errValue, Id()), dcStop); |
723 return; |
724 return; |
724 } |
725 } |
725 |
726 |
726 if( client ) |
727 if( client ) |
727 { |
728 { |