applayerpluginsandutils/httptransportplugins/httptransporthandler/ctcptransportlayer.cpp
branchRCL_3
changeset 40 a0da872af3fa
parent 39 c0c2f28ace9c
child 53 c59bddbfd7b9
equal deleted inserted replaced
39:c0c2f28ace9c 40:a0da872af3fa
   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 
   433 TBool CTcpTransportLayer::OwnsConnection()
   441 TBool CTcpTransportLayer::OwnsConnection()
   434 /**	
   442 /**	
   435 	@see		MCommsInfoProvider
   443 	@see		MCommsInfoProvider
   436 */
   444 */
   437 	{
   445 	{
   444 	@see		MCommsInfoProvider
   452 	@see		MCommsInfoProvider
   445 */
   453 */
   446 	{
   454 	{
   447 	return iConnectionPrefsProvider.SessionId();
   455 	return iConnectionPrefsProvider.SessionId();
   448 	}
   456 	}
       
   457 
       
   458 TInt  CTcpTransportLayer::GetSocketImmediateCloseTimeout()
       
   459 /** 
       
   460     @see        MCommsInfoProvider
       
   461 */
       
   462     {
       
   463     return iConnectionPrefsProvider.GetSocketImmediateCloseTimeout();
       
   464     }
   449 
   465 
   450 void CTcpTransportLayer::StartDefaultCommsConnectionL ()
   466 void CTcpTransportLayer::StartDefaultCommsConnectionL ()
   451 	{
   467 	{
   452 	// See client has one RConnection started
   468 	// See client has one RConnection started
   453 	if ( iConnectionPrefsProvider.SupplyCommsConnection ( iConnection ) )
   469 	if ( iConnectionPrefsProvider.SupplyCommsConnection ( iConnection ) )