telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.h
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
    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 
    34 class CPdpFsm;
    35 class CPdpFsm;
    35 //class REtelDriverInput;
    36 //class REtelDriverInput;
    36 class CPdpFsmFactory;
    37 class CPdpFsmFactory;
    37 
    38 
    38 // parent class
    39 // parent class
    51 	void EtelDriverInput (CPdpFsm& aFsm, EtelDriver::TEtelInput aOperation);
    52 	void EtelDriverInput (CPdpFsm& aFsm, EtelDriver::TEtelInput aOperation);
    52 	void EtelDriverCancel (CPdpFsm& aFsm);
    53 	void EtelDriverCancel (CPdpFsm& aFsm);
    53 	void SpudManNotify (CPdpFsm& aFsm, TInt aNotification, TInt aParam);
    54 	void SpudManNotify (CPdpFsm& aFsm, TInt aNotification, TInt aParam);
    54 	
    55 	
    55 public:
    56 public:
    56 #ifdef _DEBUG
    57 #if (OST_TRACE_CATEGORY & OST_TRACE_CATEGORY_DEBUG)
    57 	TBuf<100> iName;
    58 	TBuf<100> iName;
       
    59 #else
       
    60 	TBuf<1> iName;
    58 #endif		
    61 #endif		
    59 
    62 
    60 protected:
    63 protected:
    61 	CPdpFsmFactory   * iPdpFsmFactory;
    64 	CPdpFsmFactory   * iPdpFsmFactory;
    62 
    65