AusweisApp2
MsgHandlerCertificate.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 MsgHandlerCertificate(const MsgContext& pContext);
20 };
21 
22 
23 } // namespace governikus
Definition: MsgHandlerCertificate.h:15
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: MsgContext.h:16
MsgHandlerCertificate(const MsgContext &pContext)
Definition: MsgHandlerCertificate.cpp:9
Definition: MsgHandler.h:16