--- a/telephonyserverplugins/multimodetsy/hayes/ATCONNCT.H Fri Mar 19 09:55:57 2010 +0200
+++ b/telephonyserverplugins/multimodetsy/hayes/ATCONNCT.H Fri Apr 16 16:12:37 2010 +0300
@@ -57,20 +57,5 @@
TBuf8<KCommsDbSvrMaxFieldLength> iNoDialToneString;
};
-class CATConnectFax : public CATFaxCallConnectCommands
-/**
-@internalComponent
-*/
- {
-public:
- static CATConnectFax* NewL(CATIO* aIo, CTelObject* aTelObject,CATInit* aInit,CPhoneGlobals* aPhoneGlobals);
- ~CATConnectFax();
- virtual void Start(TTsyReqHandle aTsyReqHandle, TAny* aParams);
- virtual void Stop(TTsyReqHandle aTsyReqHandle);
-protected:
- CATConnectFax(CATIO* aIo, CTelObject* aTelObject,CATInit* aInit,CPhoneGlobals* aPhoneGlobals);
- virtual void EventSignal(TEventSource aSource);
- virtual void CompleteSuccessfully();
- };
#endif