AusweisApp2
MsgHandlerChangePin.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgHandlerWorkflows.h"
11 #include "messages/MsgContext.h"
12 
13 namespace governikus
14 {
15 
17  : public MsgHandlerWorkflows
18 {
19  public:
21  explicit MsgHandlerChangePin(const QJsonObject& pObj, MsgContext& pContext);
22  explicit MsgHandlerChangePin(const QSharedPointer<const ChangePinContext>& pContext);
23 };
24 
25 
26 } // namespace governikus
Definition: MsgContext.h:17
Definition: MsgHandlerChangePin.h:18
MsgHandlerChangePin()
Definition: MsgHandlerChangePin.cpp:15
Definition: MsgHandlerWorkflows.h:17
A simple template renderer.
Definition: ActivationContext.h:15