applayerpluginsandutils/httptransportplugins/httptransporthandler/ctcptransportlayer.inl
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 inline MSocketControllerFactory& CTcpTransportLayer::SocketControllerFactory()
       
    17 /**
       
    18 	Accessor for the socket controller factory.
       
    19 	@internalComponent
       
    20 	@return		The socket controller factory.
       
    21 */
       
    22 	{
       
    23 	return *this;
       
    24 	}
       
    25 
       
    26 inline MSocketConnectorStore& CTcpTransportLayer::SocketConnectorStore()
       
    27 /**
       
    28 	Accessor for the socket connector store.
       
    29 	@internalComponent
       
    30 	@return		The socket connector store.
       
    31 */
       
    32 	{
       
    33 	return *this;
       
    34 	}
       
    35 
       
    36 inline MSocketControllerStore& CTcpTransportLayer::SocketControllerStore()
       
    37 /**
       
    38 	Accessor for the socket controller store.
       
    39 	@internalComponent
       
    40 	@return		The socket controller store.
       
    41 */
       
    42 	{
       
    43 	return *this;
       
    44 	}
       
    45 
       
    46 inline MCommsInfoProvider& CTcpTransportLayer::CommsInfoProvider()
       
    47 /**
       
    48 	Accessor for the comms info provider.
       
    49 	@internalComponent
       
    50 	@return		The comms info provider.
       
    51 */
       
    52 	{
       
    53 	return *this;
       
    54 	}