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