servicediscoveryandcontrol/pnp/test/upnp/Server/ControlPoint/inc/upnpctrlcprfactory.h
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 // Copyright (c) 2008-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 // @file
       
    15 // @internalComponent
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef __UPNPCONTROLCPRFACTORY_H
       
    20 #define __UPNPCONTROLCPRFACTORY_H
       
    21 
       
    22 #include <comms-infras/ss_connprov.h>
       
    23 
       
    24 class CUPnPControlConnectionProviderFactory : public ESock::CConnectionProviderFactoryBase
       
    25 	{		
       
    26 public:
       
    27 	// ECOM interface implementation ID
       
    28 	static const TUint iUid = 0x2000D056;
       
    29 
       
    30 public:
       
    31 	static CUPnPControlConnectionProviderFactory* NewL(TAny* aParentContainer);
       
    32 
       
    33 protected:
       
    34 	CUPnPControlConnectionProviderFactory(
       
    35 		TUid aFactoryId, 
       
    36 		ESock::CConnectionFactoryContainer& aParentContainer);
       
    37 
       
    38 protected:
       
    39     // CConnectionProviderFactoryBase overrides
       
    40     virtual ESock::ACommsFactoryNodeId* DoCreateObjectL(ESock::TFactoryQueryBase& aQuery);	
       
    41 	};
       
    42 	
       
    43 #endif // UPNPCONTROLCPRFACTORY_H