supl/locationomasuplprotocolhandler/protocolhandler/src/epos_comasuplprotocolmanager.cpp
equal
deleted
inserted
replaced
381 { |
381 { |
382 if(iOMASuplProtocolHandler2) |
382 if(iOMASuplProtocolHandler2) |
383 { |
383 { |
384 iOMASuplProtocolHandler2->HandlePacket(aPacket,aPortNum); |
384 iOMASuplProtocolHandler2->HandlePacket(aPacket,aPortNum); |
385 } |
385 } |
|
386 else |
|
387 if (iOMASuplProtocolHandler1) |
|
388 { |
|
389 iOMASuplProtocolHandler1->HandlePacket(aPacket,aPortNum); |
|
390 } |
386 } |
391 } |
387 } |
392 } |
388 |
393 |
389 // ----------------------------------------------------------------------------- |
394 // ----------------------------------------------------------------------------- |
390 // COMASUPLProtocolManager::HandlePacketError |
395 // COMASUPLProtocolManager::HandlePacketError |
513 { |
518 { |
514 if(iOMASuplProtocolHandler2) |
519 if(iOMASuplProtocolHandler2) |
515 { |
520 { |
516 iOMASuplProtocolHandler2->HandleSuplMessageL(aSuplSession,aStatus,aMessage); |
521 iOMASuplProtocolHandler2->HandleSuplMessageL(aSuplSession,aStatus,aMessage); |
517 } |
522 } |
|
523 else |
|
524 if (iOMASuplProtocolHandler1) |
|
525 { |
|
526 iOMASuplProtocolHandler1->HandleSuplMessageL(aSuplSession,aStatus,aMessage); |
|
527 } |
518 } |
528 } |
519 } |
529 } |
520 |
530 |
521 // ----------------------------------------------------------------------------- |
531 // ----------------------------------------------------------------------------- |
522 // COMASUPLProtocolManager::DeInitialize |
532 // COMASUPLProtocolManager::DeInitialize |