telephonyprotocols/pdplayer/umts/spudfsm/src/cpdpfsm.h
changeset 69 b982c3e940f3
parent 0 3553901f7fa8
equal deleted inserted replaced
59:ac20d6a0a19d 69:b982c3e940f3
     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: