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