telephonyprotocols/rawipnif/inc/IPv4Binder.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".
    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;
    31 
    32 
    32 class CIPv4Binder : public CBinderBase
    33 class CIPv4Binder : public CBinderBase
    33 {
    34 {
    34 public:
    35 public:
    35 	CIPv4Binder(CRawIPFlow& aFlow);
    36 	CIPv4Binder(CRawIPFlow& aFlow, CBttLogger* aTheLogger);
    36 	~CIPv4Binder();
    37 	~CIPv4Binder();
    37 
    38 
    38 public:
    39 public:
    39     // from MLowerDataSender
    40     // from MLowerDataSender
    40 	virtual ESock::MLowerDataSender::TSendResult Send(RMBufChain& aPdu);
    41 	virtual ESock::MLowerDataSender::TSendResult Send(RMBufChain& aPdu);