AusweisApp2
MsgHandlerBadState.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  explicit MsgHandlerBadState(MsgCmdType pType = MsgCmdType::UNDEFINED);
19 };
20 
21 
22 } // namespace governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: MsgHandlerBadState.h:14
MsgHandlerBadState(MsgCmdType pType=MsgCmdType::UNDEFINED)
Definition: MsgHandlerBadState.cpp:9
Definition: MsgHandler.h:16