X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Furpoprocess.h;h=1a0cf029583a07b1d64ced5aadb9ac9ae37524a8;hb=9b0352c17625d2053b86dec69475fce6508b1c1e;hp=6a3d07a796ff9d79bb83b2518966695d7cefa869;hpb=1cb1d5f47b8569fa77ce065e4aa9441932b24a70;p=urpo diff --git a/src/urpoprocess.h b/src/urpoprocess.h index 6a3d07a..1a0cf02 100644 --- a/src/urpoprocess.h +++ b/src/urpoprocess.h @@ -25,6 +25,7 @@ #include #include +#include #include class UrpoConnection; @@ -86,7 +87,8 @@ public: Ready /*! Ready for connecting */ = 0, Running /*! Command running */ = 1, Successed /*! Command successed */ = 2, - Failed /*! Command failed */ = 3 + Failed /*! Command failed */ = 3, + PasswdRunning /*! Running after password sent */ = 11 }; enum UrpoError { @@ -202,6 +204,7 @@ private: UrpoStatus status_; UrpoError error_; int timeout_; /*! Timeout in msecs */ + QString storedPassword_; /* Password to store */ }; #endif // URPOPROCESS_H