vpnengine/ikev1lib/src/ikev1pluginsession.cpp
branchRCL_3
changeset 24 e06095241a65
parent 23 473321461bba
equal deleted inserted replaced
23:473321461bba 24:e06095241a65
  1534         // Store buffer into send queue for later sending.
  1534         // Store buffer into send queue for later sending.
  1535         TIkeSendQueueItem item = TIkeSendQueueItem( aUdpData,
  1535         TIkeSendQueueItem item = TIkeSendQueueItem( aUdpData,
  1536                                                     aDestAddr,
  1536                                                     aDestAddr,
  1537                                                     aLocalPort,
  1537                                                     aLocalPort,
  1538                                                     aDscp );
  1538                                                     aDscp );
  1539         iSendQueue.Append( item );                
  1539         iSendQueue.AppendL( item );  
  1540         }        
  1540         }        
  1541     }
  1541     }
  1542 
  1542 
  1543 // ---------------------------------------------------------------------------
  1543 // ---------------------------------------------------------------------------
  1544 // Sends UDP data. 
  1544 // Sends UDP data.