telephonyprotocols/rawipnif/rawipnif2/inc/IPv4Binder.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".
    23 #ifndef IPV4BINDER_H__
    23 #ifndef IPV4BINDER_H__
    24 #define IPV4BINDER_H__
    24 #define IPV4BINDER_H__
    25 
    25 
    26 #include "BinderBase.h"
    26 #include "BinderBase.h"
    27 
    27 
    28 class CBttLogger;
       
    29 
    28 
    30 class CIPv4Binder : public CBinderBase
    29 class CIPv4Binder : public CBinderBase
    31 {
    30 {
    32 public:
    31 public:
    33 	CIPv4Binder(CRawIP2Flow& aFlow, CBttLogger* aTheLogger);
    32 	CIPv4Binder(CRawIP2Flow& aFlow);
    34 	~CIPv4Binder();
    33 	~CIPv4Binder();
    35 
    34 
    36 public:
    35 public:
    37     // from BasebandChannelAdaptation2
    36     // from BasebandChannelAdaptation2
    38 	virtual ESock::MLowerDataSender::TSendResult Send(RCommsBufChain& aPdu);
    37 	virtual ESock::MLowerDataSender::TSendResult Send(RCommsBufChain& aPdu);