applayerpluginsandutils/httptransportplugins/httptransporthandler/ctcptransportlayer.cpp
branchRCL_3
changeset 18 5f1cd966e0d9
parent 13 26ce6fb6aee2
child 19 c0c2f28ace9c
equal deleted inserted replaced
17:a2a70ce3d4e8 18:5f1cd966e0d9
   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 ) )