AusweisApp2
Lade ...
Suche ...
Keine Treffer
StatePreparePace.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11
12class test_StatePreparePace;
13
14
15namespace governikus
16{
17
19 : public AbstractState
20 , public GenericContextContainer<WorkflowContext>
21{
22 Q_OBJECT
23 friend class StateBuilder;
24 friend class ::test_StatePreparePace;
25
26 private:
27 explicit StatePreparePace(const QSharedPointer<WorkflowContext>& pContext);
28 void run() override;
29
30 bool requestPaceCanIfStillRequired();
31
32 Q_SIGNALS:
36};
37
38} // namespace governikus
Definition: AbstractState.h:23
Definition: GenericContextContainer.h:22
Definition: StateBuilder.h:20
Definition: StatePreparePace.h:21
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16