AusweisApp2
Lade ...
Suche ...
Keine Treffer
StatePreparePaceRemote.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7
11
12
13namespace governikus
14{
15
17 : public AbstractState
18 , public GenericContextContainer<RemoteServiceContext>
19{
20 Q_OBJECT
21 friend class StateBuilder;
22
23 private:
24 explicit StatePreparePaceRemote(const QSharedPointer<WorkflowContext>& pContext);
25 void run() override;
26
27 Q_SIGNALS:
29};
30
31} // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StatePreparePaceRemote.h:19
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15