servicediscoveryandcontrol/pnp/test/upnp/Server/ControlPoint/inc/upnpctrlscprfactory.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 __UPNPCONTROLSCPRFACTORY_H
       
    20 #define __UPNPCONTROLSCPRFACTORY_H
       
    21 
       
    22 #include <comms-infras/ss_subconnprov.h>
       
    23 
       
    24 class CUPnPControlSubConnectionProviderFactory : public ESock::CSubConnectionProviderFactoryBase
       
    25 	{		
       
    26 public:
       
    27 	// ECOM interface implementation ID
       
    28 	static const TUint iUid = 0x2000D057;
       
    29 
       
    30 public:
       
    31 	static CUPnPControlSubConnectionProviderFactory* NewL(TAny* aParentContainer);
       
    32 
       
    33 protected:
       
    34 	CUPnPControlSubConnectionProviderFactory(
       
    35 		TUid aFactoryId, 
       
    36 		ESock::CSubConnectionFactoryContainer& aParentContainer);
       
    37 
       
    38 protected:
       
    39     // CSubConnectionProviderFactoryBase overrides
       
    40 	virtual ESock::ACommsFactoryNodeId* DoCreateObjectL(ESock::TFactoryQueryBase& aQuery);
       
    41 	};
       
    42 
       
    43 #endif // UPNPCONTROLSCPRFACTORY_H