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