AusweisApp
 
Lade ...
Suche ...
Keine Treffer
StateCheckError.h
gehe zur Dokumentation dieser Datei
1
4
9
10#pragma once
11
12#include "AbstractState.h"
15
16namespace governikus
17{
18
19class StateCheckError
20 : public AbstractState
21 , public GenericContextContainer<WorkflowContext>
22{
23 Q_OBJECT
24 friend class StateBuilder;
25
26 private:
27 explicit StateCheckError(const QSharedPointer<WorkflowContext>& pContext);
28 void run() override;
29
30 Q_SIGNALS:
32};
33
34} // namespace governikus
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:27
friend class StateBuilder
Definition StateCheckError.h:24
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17