telephonyserverplugins/multimodetsy/hayes/ATCONNCT.H
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
    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 	};
    60 
    75 
    61 #endif
    76 #endif