AusweisApp2
Lade ...
Suche ...
Keine Treffer
MsgHandlerReaderList.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "MsgContext.h"
10#include "MsgHandler.h"
11
12namespace governikus
13{
14
16 : public MsgHandler
17{
18 public:
19 explicit MsgHandlerReaderList(const MsgContext& pContext);
20};
21
22
23} // namespace governikus
Definition: MsgContext.h:17
Definition: MsgHandlerReaderList.h:17
Definition: MsgHandler.h:18
A simple template renderer.
Definition: ActivationContext.h:15