AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerChangePin.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
10
11namespace governikus
12{
13
15 : public MsgHandlerWorkflows
16{
17 public:
19 explicit MsgHandlerChangePin(const QJsonObject& pObj, MsgContext& pContext);
20 explicit MsgHandlerChangePin(const QSharedPointer<const ChangePinContext>& pContext);
21};
22
23
24} // namespace governikus
Definition MsgContext.h:15
MsgHandlerChangePin()
Definition MsgHandlerChangePin.cpp:15
Definition MsgHandlerWorkflows.h:15
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17