AusweisApp2
IfdDispatcherServer.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "IfdDispatcher.h"
10 
11 
12 namespace governikus
13 {
15  : public IfdDispatcher
16 {
17  Q_OBJECT
18 
19  private:
20  void createAndSendContext(const QJsonObject& pMessageObject);
21  bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
22 
23  public:
24  explicit IfdDispatcherServer(const QSharedPointer<DataChannel>& pDataChannel);
25 
26  Q_SIGNALS:
28 };
29 
30 } // namespace governikus
Definition: IfdDispatcherServer.h:16
IfdDispatcherServer(const QSharedPointer< DataChannel > &pDataChannel)
Definition: IfdDispatcher.h:25
A simple template renderer.
Definition: ActivationContext.h:15