diff options
Diffstat (limited to 'common/resourcecontrol.h')
-rw-r--r-- | common/resourcecontrol.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/resourcecontrol.h b/common/resourcecontrol.h index 9e603e4..b910441 100644 --- a/common/resourcecontrol.h +++ b/common/resourcecontrol.h | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <Async/Async> | 26 | #include <Async/Async> |
27 | 27 | ||
28 | #include "inspection.h" | 28 | #include "inspection.h" |
29 | #include "flush.h" | ||
29 | 30 | ||
30 | namespace Sink { | 31 | namespace Sink { |
31 | namespace ResourceControl { | 32 | namespace ResourceControl { |
@@ -58,5 +59,8 @@ KAsync::Job<void> SINK_EXPORT flushMessageQueue(const QByteArray &resourceIdenti | |||
58 | */ | 59 | */ |
59 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier); | 60 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier); |
60 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArray &resourceIdentifier); | 61 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArray &resourceIdentifier); |
62 | |||
63 | KAsync::Job<void> SINK_EXPORT flush(Flush::FlushType, const QByteArray &resourceIdentifier); | ||
64 | |||
61 | } | 65 | } |
62 | } | 66 | } |