equal
deleted
inserted
replaced
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2004-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". |
117 |
117 |
118 void EtelInput (EtelDriver::TEtelInput aOperation); |
118 void EtelInput (EtelDriver::TEtelInput aOperation); |
119 void EtelCancel (void); |
119 void EtelCancel (void); |
120 void SpudInput (TInt aNotification, TInt aParam); |
120 void SpudInput (TInt aNotification, TInt aParam); |
121 |
121 |
|
122 const RPacketContext::TDataChannelV2& GetDataChannelV2() |
|
123 { |
|
124 return iDataChannelV2; |
|
125 } |
|
126 |
122 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY |
127 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY |
123 void Set(MPdpFsmEventHandler& aPdpFsmEventHandler); |
128 void Set(MPdpFsmEventHandler& aPdpFsmEventHandler); |
124 #endif |
129 #endif |
125 |
130 |
126 protected: |
131 protected: |