telephonyserverplugins/multimodetsy/hayes/ATCONNCT.H
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
    55 		EATCancellingReadCompleted
    55 		EATCancellingReadCompleted
    56 		} iState;
    56 		} iState;
    57 	TBuf8<KCommsDbSvrMaxFieldLength> iNoDialToneString;
    57 	TBuf8<KCommsDbSvrMaxFieldLength> iNoDialToneString;
    58 	};
    58 	};
    59 
    59 
    60 class CATConnectFax : public CATFaxCallConnectCommands
       
    61 /**
       
    62 @internalComponent
       
    63 */
       
    64 	{
       
    65 public:
       
    66 	static CATConnectFax* NewL(CATIO* aIo, CTelObject* aTelObject,CATInit* aInit,CPhoneGlobals* aPhoneGlobals);
       
    67 	~CATConnectFax();
       
    68 	virtual void Start(TTsyReqHandle aTsyReqHandle, TAny* aParams);
       
    69 	virtual void Stop(TTsyReqHandle aTsyReqHandle);
       
    70 protected:
       
    71 	CATConnectFax(CATIO* aIo, CTelObject* aTelObject,CATInit* aInit,CPhoneGlobals* aPhoneGlobals);
       
    72 	virtual void EventSignal(TEventSource aSource);
       
    73 	virtual void CompleteSuccessfully();
       
    74 	};
       
    75 
    60 
    76 #endif
    61 #endif