phoneengine/phoneservices/inc/dtmfservicedepricated.h
changeset 50 377c906a8701
parent 30 ebdbd102c78a
--- a/phoneengine/phoneservices/inc/dtmfservicedepricated.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneengine/phoneservices/inc/dtmfservicedepricated.h	Fri Jul 09 15:40:55 2010 +0300
@@ -38,29 +38,19 @@
     
 public slots:
     /*!
-        \fn playDTMFTone(const QChar& keyToPlay)
-        
-        This method plays DTMF tone matching given character.
-        If character doesn't match any supported DTMF tone
-        it is ignored.
-        
-        Usage example:
-        XQServiceRequest snd("com.nokia.services.telephony","playDTMFTone(QChar)");
-        snd << "5";
+    deprecated
     */
     void playDTMFTone(const QChar& keyToPlay);
 
     /*!
-        \fn stopDTMFPlay()
-        
-        This method stops playing DTMF tone if it is currently played.
+    deprecated
     */
     void stopDTMFPlay();
     
     
 private:
     MPECallControlIF &m_call;
-    MPECallSettersIF &m_parameters;    
+    MPECallSettersIF &m_parameters;
 };
 
 #endif // DTMFSERVICE_H