No password authentication - it does not work!
[urpo] / src / urpoprocess.h
index 1a0cf02..01a3831 100644 (file)
@@ -87,8 +87,7 @@ public:
         Ready       /*! Ready for connecting */         = 0,
         Running     /*! Command running */              = 1,
         Successed   /*! Command successed */            = 2,
-        Failed      /*! Command failed */               = 3,
-        PasswdRunning /*! Running after password sent */ = 11
+        Failed      /*! Command failed */               = 3
     };
 
     enum UrpoError {
@@ -193,7 +192,7 @@ protected:
 
 private:
 
-    static int const DEFAULTTIMEOUT = 15000;
+    static int const DEFAULTTIMEOUT = 20000;
 
     void fail(UrpoError error);
 
@@ -204,7 +203,6 @@ private:
     UrpoStatus status_;
     UrpoError error_;
     int timeout_;   /*! Timeout in msecs */
-    QString storedPassword_; /* Password to store */
 };
 
 #endif // URPOPROCESS_H