AusweisApp2
StatePrepareChangePinRemote.h
gehe zur Dokumentation dieser Datei
1 
5 #pragma once
6 
7 
9 #include "states/AbstractState.h"
11 
12 
13 namespace governikus
14 {
15 
17  : public AbstractState
18  , public GenericContextContainer<RemoteServiceContext>
19 {
20  Q_OBJECT
21  friend class StateBuilder;
22 
23  private:
24  explicit StatePrepareChangePinRemote(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: StatePrepareChangePinRemote.h:19
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15