AusweisApp2
MsgHandlerInsertCard.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgContext.h"
10 #include "MsgHandler.h"
11 
12 namespace governikus
13 {
14 
16  : public MsgHandler
17 {
18  public:
19  explicit MsgHandlerInsertCard(MsgContext& pContext);
20 };
21 
22 
23 } // namespace governikus
MsgHandlerInsertCard(MsgContext &pContext)
Definition: MsgHandlerInsertCard.cpp:11
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: MsgContext.h:15
Definition: MsgHandlerInsertCard.h:15
Definition: MsgHandler.h:16