Updated code to complete task id
[confmgr] / src / confmanager.h
index 5e86bba..4c3c724 100644 (file)
@@ -12,6 +12,7 @@
 #define CSD_CALL_INSTANCE_PATH "/com/nokia/csd/call/1"
 #define CSD_CALL_SERVICE "com.nokia.csd.Call"
 #define CSD_SERVICE "com.nokia.csd"
+#define CSD_CALL_STATUS_INTERFACE "com.nokia.csd.Call.Instance.CallStatus"  // Should be 7 for a proper connection
 
 class confManager : public QObject
 {
@@ -22,13 +23,15 @@ public:
     void setProfile(Profile &p);
     void startConference();
 
-private:
+public slots:
     void sendDTMF(const QDBusMessage &dBusMessage);
-    void StartCallMonitors();
     void StopCallMonitors();
     void continueSendDTMF();
 
 private:
+    void StartCallMonitors();
+
+private:
     Profile mProfileInUse;
     bool mProfileSet;
     DbusUtility mDBusUtility;