linklayerprotocols/tundriver/inc/tundrivermcprfactory.h
branchRCL_3
changeset 23 425d8f4f7fa5
equal deleted inserted replaced
22:8d540f55e491 23:425d8f4f7fa5
       
     1 /**
       
     2 *   Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 *   All rights reserved.
       
     4 *   This component and the accompanying materials are made available
       
     5 *   under the terms of "Eclipse Public License v1.0"
       
     6 *   which accompanies this distribution, and is available
       
     7 *   at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *   
       
     9 *   Initial Contributors:
       
    10 *   Nokia Corporation - initial contribution.
       
    11 *   
       
    12 *   Contributors:
       
    13 *
       
    14 *   Description:
       
    15 *   Header file for the tunnel driver mcpr factory configuration.
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file tundrivermcprfactory.h
       
    22  @internalTechnology
       
    23 */
       
    24 
       
    25 #ifndef _TUNDRIVERMCPR_FACTORY_H
       
    26 #define _TUNDRIVERMCPR_FACTORY_H
       
    27 
       
    28 #include <comms-infras/ss_metaconnprov.h>
       
    29 
       
    30 class CTunDriverMetaConnectionProviderFactory : public ESock::CMetaConnectionProviderFactoryBase
       
    31 	{
       
    32 public:
       
    33     enum { iUid = 0x10281E05 };
       
    34 	static CTunDriverMetaConnectionProviderFactory* NewL(TAny* aParentContainer);
       
    35 
       
    36 protected:
       
    37     CTunDriverMetaConnectionProviderFactory(TUid aFactoryId, ESock::CMetaConnectionFactoryContainer& aParentContainer);
       
    38 	ESock::ACommsFactoryNodeId* DoCreateObjectL(ESock::TFactoryQueryBase& aQuery);
       
    39 	};
       
    40 
       
    41 #endif
       
    42 //_TUNDRIVERMCPR_FACTORY_H