AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerReaderList.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "MsgContext.h"
8#include "MsgHandler.h"
9
10namespace governikus
11{
12
14 : public MsgHandler
15{
16 public:
17 explicit MsgHandlerReaderList(const MsgContext& pContext);
18};
19
20
21} // namespace governikus
Definition MsgContext.h:15
MsgHandlerReaderList(const MsgContext &pContext)
Definition MsgHandlerReaderList.cpp:14
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17