AusweisApp2
Lade ...
Suche ...
Keine Treffer
UpdateRetryCounterCommand.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "BaseCardCommand.h"
10
11class test_UpdateRetryCounterCommand;
12
13namespace governikus
14{
15
17 : public BaseCardCommand
18{
19 Q_OBJECT
20
21 private:
22 friend class ::test_UpdateRetryCounterCommand;
23
24 protected:
25 void internalExecute() override;
26 ~UpdateRetryCounterCommand() override = default;
27
28 public:
29 explicit UpdateRetryCounterCommand(QSharedPointer<CardConnectionWorker> pCardConnectionWorker);
30
31};
32
33} // namespace governikus
Definition: BaseCardCommand.h:21
Definition: UpdateRetryCounterCommand.h:18
void internalExecute() override
Definition: UpdateRetryCounterCommand.cpp:16
~UpdateRetryCounterCommand() override=default
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15