equal
deleted
inserted
replaced
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". |
103 // Notify that link is Up/Down |
103 // Notify that link is Up/Down |
104 void LinkLayerUp(); |
104 void LinkLayerUp(); |
105 void LinkLayerDown(TInt aError); |
105 void LinkLayerDown(TInt aError); |
106 |
106 |
107 public: // Send data to CBcaIoController |
107 public: // Send data to CBcaIoController |
108 TInt SendPacket(RMBufChain& aPdu, TAny* /*aSource=0*/, |
108 ESock::MLowerDataSender::TSendResult SendPacket(RMBufChain& aPdu, TAny* /*aSource=0*/, |
109 TUint16 /*aType=KIp4FrameType*/); |
109 TUint16 /*aType=KIp4FrameType*/); |
110 |
110 |
111 public: // Context status retrieval. |
111 public: // Context status retrieval. |
112 inline RPacketContext::TContextStatus GetContextStatus(); |
112 inline RPacketContext::TContextStatus GetContextStatus(); |
113 |
113 |