phoneengine/phoneservices/inc/dtmfservice.h
changeset 30 ebdbd102c78a
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneengine/phoneservices/inc/dtmfservice.h	Mon May 03 12:31:11 2010 +0300
+++ b/phoneengine/phoneservices/inc/dtmfservice.h	Fri May 14 15:51:57 2010 +0300
@@ -1,5 +1,5 @@
 /*!
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -28,27 +28,14 @@
 {
     Q_OBJECT
 public:
-    DTMFService(MPECallControlIF &call, MPECallSettersIF &parameters, QObject *parent = 0);
+    DTMFService(
+        MPECallControlIF &call, 
+        MPECallSettersIF &parameters, 
+        QObject *parent = 0);
     ~DTMFService();
     
 public slots:
     /*!
-        \fn recognizeKeySequence(const QString& keySequence)
-        
-        Client can use this method to execute key sequence recognition.
-        Key sequence may contain for example product codes etc. that
-        may cause lower layers to do any specific things.
-
-        If sequence isn't recognized this method doesn't do anything.
-        If sequence is recognized then task related to the code is executed.
-
-        Usage example:
-        XQServiceRequest snd("com.nokia.services.telephony","executeKeySequence(QString)");
-        snd << "*#0000#";
-    */
-    void executeKeySequence(const QString& keySequence);
-    
-    /*!
         \fn playDTMFTone(const QChar& keyToPlay)
         
         This method plays DTMF tone matching given character.
@@ -56,7 +43,7 @@
         it is ignored.
         
         Usage example:
-        XQServiceRequest snd("com.nokia.services.telephony","playDTMFTone(QChar)");
+        XQServiceRequest snd("com.nokia.symbian.IDtmfPlay","playDTMFTone(QChar)");
         snd << "5";
     */
     void playDTMFTone(const QChar& keyToPlay);