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