Moved the logicasl part of the progresbar/password dialog from WindowManager to Engin...
[qtmeetings] / src / BusinessLogic / Engine.h
index bec1f3b..457d6ba 100644 (file)
@@ -113,6 +113,19 @@ private slots:
         * \param aMeeting The meeting.
         */
        void fetchMeetingDetails( Meeting *aMeeting );
+       //! Slot for receiving the status of the entered password
+       /*!
+        * Slot. Receives the status of the entered password and makes the DeviceManager to change the
+        * operation mode if the password is correct.
+        * \param aPasswordStatus The status of the password.
+        */
+       void passwordEntered( PasswordDialog::PasswordStatus aPasswordStatus );
+       //! Slot for receiving the cancel event of the progress bar.
+       /*!
+        * Slot. Receives the cancel event of the progress bar.
+        */
+       void progressBarCancelled();
+       
 private:
        //! Provides the index of the Meeting instance which is at the specified time.
        /*!