AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateActivateStoreFeedbackDialog.h
gehe zur Dokumentation dieser Datei
1
5/*
6 * \brief Activates store the feedback dialog after a successful
7 * authentication.
8 */
9
10#pragma once
11
12#include "AbstractState.h"
14#include "context/AuthContext.h"
15
16
17namespace governikus
18{
19
21 : public AbstractState
22 , public GenericContextContainer<AuthContext>
23{
24 Q_OBJECT
25 friend class StateBuilder;
26
27 private:
28 explicit StateActivateStoreFeedbackDialog(const QSharedPointer<WorkflowContext>& pContext);
29 void run() override;
30};
31
32} // namespace governikus
Definition: AbstractState.h:23
Definition: GenericContextContainer.h:22
Definition: StateActivateStoreFeedbackDialog.h:23
Definition: StateBuilder.h:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16