AusweisApp2
Lade ...
Suche ...
Keine Treffer
RemoteDispatcherServer.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "RemoteDispatcher.h"
10
11
12namespace governikus
13{
15 : public RemoteDispatcher
16{
17 Q_OBJECT
18
19 private:
20 void createAndSendContext(const QJsonObject& pMessageObject);
21 bool processContext(RemoteCardMessageType pMsgType, const QJsonObject& pMsgObject) override;
22
23 public:
24 explicit RemoteDispatcherServer(const QSharedPointer<DataChannel>& pDataChannel);
25
26 Q_SIGNALS:
28};
29
30} // namespace governikus
Definition: RemoteDispatcherServer.h:16
RemoteDispatcherServer(const QSharedPointer< DataChannel > &pDataChannel)
Definition: RemoteDispatcher.h:25
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15