diff options
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 3736c8f..7e0f5ad 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <messagequeue.h> | 24 | #include <messagequeue.h> |
25 | #include <flatbuffers/flatbuffers.h> | 25 | #include <flatbuffers/flatbuffers.h> |
26 | #include <domainadaptor.h> | 26 | #include <domainadaptor.h> |
27 | #include "changereplay.h" | 27 | #include <resourcecontext.h> |
28 | 28 | ||
29 | #include <QTimer> | 29 | #include <QTimer> |
30 | 30 | ||
@@ -66,7 +66,6 @@ protected: | |||
66 | 66 | ||
67 | void setupPreprocessors(const QByteArray &type, const QVector<Sink::Preprocessor *> &preprocessors); | 67 | void setupPreprocessors(const QByteArray &type, const QVector<Sink::Preprocessor *> &preprocessors); |
68 | void setupSynchronizer(const QSharedPointer<Synchronizer> &synchronizer); | 68 | void setupSynchronizer(const QSharedPointer<Synchronizer> &synchronizer); |
69 | void setupChangereplay(const QSharedPointer<ChangeReplay> &changeReplay); | ||
70 | 69 | ||
71 | void onProcessorError(int errorCode, const QString &errorMessage); | 70 | void onProcessorError(int errorCode, const QString &errorMessage); |
72 | void enqueueCommand(MessageQueue &mq, int commandId, const QByteArray &data); | 71 | void enqueueCommand(MessageQueue &mq, int commandId, const QByteArray &data); |
@@ -78,7 +77,6 @@ protected: | |||
78 | 77 | ||
79 | private: | 78 | private: |
80 | std::unique_ptr<CommandProcessor> mProcessor; | 79 | std::unique_ptr<CommandProcessor> mProcessor; |
81 | QSharedPointer<ChangeReplay> mChangeReplay; | ||
82 | QSharedPointer<Synchronizer> mSynchronizer; | 80 | QSharedPointer<Synchronizer> mSynchronizer; |
83 | int mError; | 81 | int mError; |
84 | QTimer mCommitQueueTimer; | 82 | QTimer mCommitQueueTimer; |