servicediscoveryandcontrol/pnp/test/upnp/Server/ControlPoint/inc/upnpctrldeftscpr.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 __UPNPCONTROLDEFAULTSCPR_H
       
    20 #define __UPNPCONTROLDEFAULTSCPR_H
       
    21 
       
    22 #include <comms-infras/corescpr.h>
       
    23 #include "upnpscpr.h"
       
    24 
       
    25 class CUPnPControlDefaultSubConnectionProvider : public CUPnPSubConnectionProvider
       
    26 	{	
       
    27 public:
       
    28 	static CUPnPControlDefaultSubConnectionProvider* NewL(ESock::CSubConnectionProviderFactoryBase& aFactory);
       
    29 	virtual ~CUPnPControlDefaultSubConnectionProvider(); 	
       
    30  	
       
    31 protected:
       
    32 	CUPnPControlDefaultSubConnectionProvider(ESock::CSubConnectionProviderFactoryBase& aFactory, const MeshMachine::TNodeActivityMap& aActivityMap);
       
    33 	void ConstructL();
       
    34 	virtual void ReceivedL ( const Messages::TRuntimeCtxId& aSender, const Messages::TNodeId& aRecipient, Messages::TSignatureBase& aMessage );
       
    35 	};
       
    36 	
       
    37 #endif //UPNPCONTROLDEFAULTSCPR_H