applayerpluginsandutils/httptransportplugins/httptransporthandler/mcommsinfoprovider.h
branchRCL_3
changeset 13 26ce6fb6aee2
parent 0 b16258d2340f
child 18 5f1cd966e0d9
equal deleted inserted replaced
12:f21293830889 13:26ce6fb6aee2
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    76 	
    76 	
    77 	/**
    77 	/**
    78 	Starts a default RConnection
    78 	Starts a default RConnection
    79 	*/
    79 	*/
    80 	virtual void StartDefaultCommsConnectionL () =0;
    80 	virtual void StartDefaultCommsConnectionL () =0;
       
    81 	
       
    82 	/**
       
    83 	 Returns the RHostResolver if available in cache.
       
    84 	 */
       
    85 	virtual void HostResolverFromCache(RHostResolver& aResolver) =0;
       
    86 	
       
    87 	/**
       
    88 	 Add the RHostResolver to cache. If the adding fails then the RHostResolver will be
       
    89 	 closed
       
    90 	 */
       
    91 	virtual void AddToHostResolverCache(RHostResolver& aResolver) =0;
    81 	};
    92 	};
    82 
    93 
    83 #endif	// __MCOMMSINFOPROVIDER_H__
    94 #endif	// __MCOMMSINFOPROVIDER_H__