telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.h
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
    29 #include "eteldrivernmspace.h"
    29 #include "eteldrivernmspace.h"
    30 #include "reteldriverinput.h"
    30 #include "reteldriverinput.h"
    31 #include "pdpfsmnmspace.h"
    31 #include "pdpfsmnmspace.h"
    32 
    32 
    33 
    33 
    34 
       
    35 class CPdpFsm;
    34 class CPdpFsm;
    36 //class REtelDriverInput;
    35 //class REtelDriverInput;
    37 class CPdpFsmFactory;
    36 class CPdpFsmFactory;
    38 
    37 
    39 // parent class
    38 // parent class
    52 	void EtelDriverInput (CPdpFsm& aFsm, EtelDriver::TEtelInput aOperation);
    51 	void EtelDriverInput (CPdpFsm& aFsm, EtelDriver::TEtelInput aOperation);
    53 	void EtelDriverCancel (CPdpFsm& aFsm);
    52 	void EtelDriverCancel (CPdpFsm& aFsm);
    54 	void SpudManNotify (CPdpFsm& aFsm, TInt aNotification, TInt aParam);
    53 	void SpudManNotify (CPdpFsm& aFsm, TInt aNotification, TInt aParam);
    55 	
    54 	
    56 public:
    55 public:
    57 #if (OST_TRACE_CATEGORY & OST_TRACE_CATEGORY_DEBUG)
    56 #ifdef _DEBUG
    58 	TBuf<100> iName;
    57 	TBuf<100> iName;
    59 #else
       
    60 	TBuf<1> iName;
       
    61 #endif		
    58 #endif		
    62 
    59 
    63 protected:
    60 protected:
    64 	CPdpFsmFactory   * iPdpFsmFactory;
    61 	CPdpFsmFactory   * iPdpFsmFactory;
    65 
    62