telephonyprotocols/rawipnif/rawipnif2/inc/RawIP2FlowFactory.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <e32std.h>
    26 #include <e32std.h>
    27 #include <comms-infras/ss_subconnflow.h>
    27 #include <comms-infras/ss_subconnflow.h>
    28 #include <comms-infras/ss_protflow.h>
    28 #include <comms-infras/ss_protflow.h>
    29 
    29 
       
    30 #include "bttlog.h"
    30 
    31 
    31 /**
    32 /**
    32 RawIP Flow Implementation UID
    33 RawIP Flow Implementation UID
    33 */
    34 */
    34 const TInt KRawIp2FlowImplUid = 0x10286AF8;
    35 const TInt KRawIp2FlowImplUid = 0x10286AF8;
    45 
    46 
    46 protected:
    47 protected:
    47 	CRawIP2FlowFactory(TUid aFactoryId, ESock::CSubConnectionFlowFactoryContainer& aParentContainer);
    48 	CRawIP2FlowFactory(TUid aFactoryId, ESock::CSubConnectionFlowFactoryContainer& aParentContainer);
    48 	virtual ESock::CSubConnectionFlowBase* DoCreateFlowL(ESock::CProtocolIntfBase* aProtocol, ESock::TFactoryQueryBase& aQuery);
    49 	virtual ESock::CSubConnectionFlowBase* DoCreateFlowL(ESock::CProtocolIntfBase* aProtocol, ESock::TFactoryQueryBase& aQuery);
    49 
    50 
       
    51 private:
       
    52 	CBttLogger* iTheLogger;		// only here to allow use of _LOG_LnCn() macros within factory
    50 	};
    53 	};
    51 
    54 
    52 #endif
    55 #endif