simpledatamodeladapter/src/presencepluginpublisher.cpp
branchRCL_3
changeset 7 895b8e06c769
parent 0 c8caa15ef882
child 18 52d91a16fec3
equal deleted inserted replaced
3:ca392eff7152 7:895b8e06c769
   391         else if( EFalse == iRePublish && ( KErrTimedOut == aStatus  ) )
   391         else if( EFalse == iRePublish && ( KErrTimedOut == aStatus  ) )
   392             {
   392             {
   393             DP_SDA("PublishReqCompleteL KErrTimedOut"); 
   393             DP_SDA("PublishReqCompleteL KErrTimedOut"); 
   394             iPublisher->StopPublishL();
   394             iPublisher->StopPublishL();
   395             CompleteXIMPReq( KXIMPErrServicRequestTimeouted );
   395             CompleteXIMPReq( KXIMPErrServicRequestTimeouted );
       
   396             }
       
   397         else if( KErrCommsBreak == aStatus )
       
   398             {
       
   399             DP_SDA("PublishReqCompleteL KErrCommsBreak");
       
   400             CompleteXIMPReq( KErrCommsBreak );
   396             }
   401             }
   397         else
   402         else
   398         	{
   403         	{
   399         	//Set rePublish flag back to false.
   404         	//Set rePublish flag back to false.
   400         	iRePublish = EFalse;
   405         	iRePublish = EFalse;