telephonyprotocols/rawipnif/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".
    26 #include "BinderBase.h"
    26 #include "BinderBase.h"
    27 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    27 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    28 #include <comms-infras/nifprvar_internal.h>
    28 #include <comms-infras/nifprvar_internal.h>
    29 #endif
    29 #endif
    30 
    30 
    31 class CBttLogger;
       
    32 
    31 
    33 class CIPv4Binder : public CBinderBase
    32 class CIPv4Binder : public CBinderBase
    34 {
    33 {
    35 public:
    34 public:
    36 	CIPv4Binder(CRawIPFlow& aFlow, CBttLogger* aTheLogger);
    35 	CIPv4Binder(CRawIPFlow& aFlow);
    37 	~CIPv4Binder();
    36 	~CIPv4Binder();
    38 
    37 
    39 public:
    38 public:
    40     // from MLowerDataSender
    39     // from MLowerDataSender
    41 	virtual ESock::MLowerDataSender::TSendResult Send(RMBufChain& aPdu);
    40 	virtual ESock::MLowerDataSender::TSendResult Send(RMBufChain& aPdu);