AusweisApp
Lade ...
Suche ...
Keine Treffer
StateStartPaos.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11namespace governikus
12{
13
15 : public AbstractState
16 , public GenericContextContainer<AuthContext>
17{
18 Q_OBJECT
19 friend class StateBuilder;
20
21 private:
22 explicit StateStartPaos(const QSharedPointer<WorkflowContext>& pContext);
23 void run() override;
24};
25
26} // namespace governikus
Definition AbstractState.h:32
Definition GenericContextContainer.h:15
Definition StateBuilder.h:15
Definition StateStartPaos.h:17
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17