phoneapp/phoneuiqtviewadapter/inc/phoneuicommandcontroller.h
changeset 65 2a5d4ab426d3
parent 45 6b911d05207e
child 78 baacf668fe89
--- a/phoneapp/phoneuiqtviewadapter/inc/phoneuicommandcontroller.h	Mon Aug 23 15:42:12 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/inc/phoneuicommandcontroller.h	Fri Sep 03 13:33:36 2010 +0300
@@ -224,14 +224,19 @@
                                  QList<int> callStates) const;
     
     /*!
-        \fn void buttonCommandList()
+        \fn void mapCommandToAction()
         
         Maps push button command to phone action.
     */
     PhoneAction *mapCommandToAction(int command,
                                     bool disabled=false) const;
     
-    
+    /*!
+        \fn void emergencyCall()
+        
+        Checks is an emergency call ongoing.
+    */    
+    bool emergencyCall(QMap<int,int> callStates) const;
     
 private: