AusweisApp
Lade ...
Suche ...
Keine Treffer
CompositeStateProcessCvcsAndSetRights.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "FailureCode.h"
12
13#include <QSharedPointer>
14#include <QState>
15
16
17namespace governikus
18{
19
20class WorkflowContext;
21
23 : public QState
24{
25 Q_OBJECT
26
27 private:
28 const QSharedPointer<WorkflowContext> mContext;
29
30 public:
31 explicit CompositeStateProcessCvcsAndSetRights(const QSharedPointer<WorkflowContext>& pContext);
33
34 Q_SIGNALS:
36 void fireAbort(const FailureCode& pFailure);
37};
38
39} // namespace governikus
Definition: CompositeStateProcessCvcsAndSetRights.h:24
void fireAbort(const FailureCode &pFailure)
Definition: FailureCode.h:21
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16