networkcontrol/qosipscpr/src/ipscpr.cpp
changeset 66 34ec136802c5
parent 14 b33c3d136b7e
equal deleted inserted replaced
60:d69860d28da4 66:34ec136802c5
   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 				{