applayerpluginsandutils/httptransportplugins/httptransporthandler/ctcptransportlayer.cpp
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
   428 */
   428 */
   429 	{
   429 	{
   430 	iConnectionPrefsProvider.GetSecurityPrefs(aDialogPrompt, aSecurityPolicy);
   430 	iConnectionPrefsProvider.GetSecurityPrefs(aDialogPrompt, aSecurityPolicy);
   431 	}
   431 	}
   432 
   432 
   433 void CTcpTransportLayer::SecurityPreferences(MSecurityPolicy*& aSecurityPolicy, TInt& aDialogPref)
       
   434 /**	
       
   435 	@see		MCommsInfoProvider
       
   436 */
       
   437 	{
       
   438 	iConnectionPrefsProvider.GetSecurityPrefs(aSecurityPolicy, aDialogPref);
       
   439 	}
       
   440 
       
   441 TBool CTcpTransportLayer::OwnsConnection()
   433 TBool CTcpTransportLayer::OwnsConnection()
   442 /**	
   434 /**	
   443 	@see		MCommsInfoProvider
   435 	@see		MCommsInfoProvider
   444 */
   436 */
   445 	{
   437 	{
   460     @see        MCommsInfoProvider
   452     @see        MCommsInfoProvider
   461 */
   453 */
   462     {
   454     {
   463     return iConnectionPrefsProvider.GetSocketImmediateCloseTimeout();
   455     return iConnectionPrefsProvider.GetSocketImmediateCloseTimeout();
   464     }
   456     }
       
   457 
   465 
   458 
   466 void CTcpTransportLayer::StartDefaultCommsConnectionL ()
   459 void CTcpTransportLayer::StartDefaultCommsConnectionL ()
   467 	{
   460 	{
   468 	// See client has one RConnection started
   461 	// See client has one RConnection started
   469 	if ( iConnectionPrefsProvider.SupplyCommsConnection ( iConnection ) )
   462 	if ( iConnectionPrefsProvider.SupplyCommsConnection ( iConnection ) )