phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
--- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h	Wed Jun 23 18:12:20 2010 +0300
@@ -67,7 +67,13 @@
       */
     bool showCallDuration();
     int setShowCallDuration(bool value);
-
+    
+    /*!
+      Own video in received call setting
+     */
+    int readVtVideoSending();
+    int writeVtVideoSending(int value);
+    
     /*!
       Soft reject text setting
       */
@@ -91,11 +97,23 @@
      */
     bool isPhoneOffline() const;
 
+    /*!
+     Checks if ongoing call exists.
+     Return true if ongoing call exists.
+     Return false if ongoing call does not exist.
+     */
+    bool isOngoingCall() const;
+
 private:
     /*!
       Read cenrep value. 
       */
     QVariant readCenrepValue( const long int uid, const unsigned long int key) const;
+
+    /*!
+      Read pubsub value. 
+      */
+    QVariant readPubSubValue( const long int uid, const unsigned long int key) const;
     
     /*!
       Read cenrep string.