telephonyprotocols/rawipnif/rawipnif2/inc/RawIP2FlowFactory.h
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 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"
       
    31 
    30 
    32 /**
    31 /**
    33 RawIP Flow Implementation UID
    32 RawIP Flow Implementation UID
    34 */
    33 */
    35 const TInt KRawIp2FlowImplUid = 0x10286AF8;
    34 const TInt KRawIp2FlowImplUid = 0x10286AF8;
    46 
    45 
    47 protected:
    46 protected:
    48 	CRawIP2FlowFactory(TUid aFactoryId, ESock::CSubConnectionFlowFactoryContainer& aParentContainer);
    47 	CRawIP2FlowFactory(TUid aFactoryId, ESock::CSubConnectionFlowFactoryContainer& aParentContainer);
    49 	virtual ESock::CSubConnectionFlowBase* DoCreateFlowL(ESock::CProtocolIntfBase* aProtocol, ESock::TFactoryQueryBase& aQuery);
    48 	virtual ESock::CSubConnectionFlowBase* DoCreateFlowL(ESock::CProtocolIntfBase* aProtocol, ESock::TFactoryQueryBase& aQuery);
    50 
    49 
    51 private:
       
    52 	CBttLogger* iTheLogger;		// only here to allow use of _LOG_LnCn() macros within factory
       
    53 	};
    50 	};
    54 
    51 
    55 #endif
    52 #endif