~azzar1/unity/pam-logging-xenial

« back to all changes in this revision

Viewing changes to lockscreen/UserPromptView.h

  • Committer: Andrea
  • Date: 2017-09-12 14:37:53 UTC
  • Revision ID: andrea@andrea-xps-15-9550-20170912143753-fy1h395ox64vcw69
Add a retry policy if authentication fails to start.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <Nux/Nux.h>
27
27
#include <Nux/View.h>
 
28
#include "UnityCore/GLibSource.h"
28
29
#include "UnityCore/SessionManager.h"
29
30
 
30
31
#include "LockScreenAbstractPromptView.h"
83
84
 
84
85
  bool prompted_;
85
86
  bool unacknowledged_messages_;
 
87
  int num_retry_auth_ = 0;
 
88
 
 
89
  glib::SourceManager source_manager_;
86
90
};
87
91
 
88
92
}