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