Changed daemon to search both people and companies instead of only people. Tuned...
[jenirok] / src / daemon / calllistener.h
index cf47953..682ea1b 100644 (file)
@@ -39,7 +39,7 @@ public:
     static const int REQUEST_TIMEOUT = 10000;
     static const int BANNER_DELAY = 350;
     static const int SEARCH_RETRIES = 2;
-    static const int CONNECT_RETRIES = 3;
+    static const int CONNECT_RETRIES = 2;
     static const int CONNECTION_LOOKUP_RETRIES = 10;
     static const int GPRS_SCANS = 2;
     static const int WLAN_SCANS = 5;
@@ -67,6 +67,7 @@ private:
     void showError(QString const& msg, int delay = 0);
     bool is3g();
     void sleep(int ms);
+    void sendRetrySignal(QString const& iap, bool retry);
     QString createResult(QString const& name, QString const& street, QString const& city);
     QString timedMessage_;
     Source* source_;