equal
deleted
inserted
replaced
419 /** Simply calls the NG Protocol Proxy to wait for a message from LBS |
419 /** Simply calls the NG Protocol Proxy to wait for a message from LBS |
420 */ |
420 */ |
421 void CTestSessionSequence::WaitForMessage() |
421 void CTestSessionSequence::WaitForMessage() |
422 { |
422 { |
423 //All timeout's are now 60 seconds |
423 //All timeout's are now 60 seconds |
424 iNgProxy.WaitForResponseL(60 * 1000 * 1000); |
424 iNgProxy.WaitForResponseL(80 * 1000 * 1000); |
425 } |
425 } |
426 |
426 |
427 //---------------------------------------------- |
427 //---------------------------------------------- |
428 // NG Message Implementation functions |
428 // NG Message Implementation functions |
429 //---------------------------------------------- |
429 //---------------------------------------------- |
559 // been told to deal with the next action, but the CIdle has not been completed and so the HandleMessage() |
559 // been told to deal with the next action, but the CIdle has not been completed and so the HandleMessage() |
560 // function has not been called. HOWEVER a message must have arrived on the NG-PM interface that is meant |
560 // function has not been called. HOWEVER a message must have arrived on the NG-PM interface that is meant |
561 // for this sequence AND since this function was called, it was an expected message. SO this sequence has |
561 // for this sequence AND since this function was called, it was an expected message. SO this sequence has |
562 // "stolen" a WaitForResponse call from another sequence. As such, manually make another call from this |
562 // "stolen" a WaitForResponse call from another sequence. As such, manually make another call from this |
563 // sequence on the same PM to satisfy the action on that other sequence. |
563 // sequence on the same PM to satisfy the action on that other sequence. |
564 iNgProxy.WaitForResponseL(60 * 1000 * 1000); |
564 iNgProxy.WaitForResponseL(80 * 1000 * 1000); |
565 } |
565 } |
566 } |
566 } |
567 |
567 |
568 TInt CTestSessionSequence::HandlerCompleteCallback(TAny* aAny) |
568 TInt CTestSessionSequence::HandlerCompleteCallback(TAny* aAny) |
569 { |
569 { |