summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp
index 5dfa9b5..ae06ef4 100644
--- a/common/genericresource.cpp
+++ b/common/genericresource.cpp
@@ -194,7 +194,7 @@ void GenericResource::enqueueCommand(MessageQueue &mq, int commandId, const QByt
194 mq.enqueue(m_fbb.GetBufferPointer(), m_fbb.GetSize()); 194 mq.enqueue(m_fbb.GetBufferPointer(), m_fbb.GetSize());
195} 195}
196 196
197void GenericResource::processCommand(int commandId, const QByteArray &data, uint size, Akonadi2::Pipeline *pipeline) 197void GenericResource::processCommand(int commandId, const QByteArray &data, Akonadi2::Pipeline *pipeline)
198{ 198{
199 //TODO instead of copying the command including the full entity first into the command queue, we could directly 199 //TODO instead of copying the command including the full entity first into the command queue, we could directly
200 //create a new revision, only pushing a handle into the commandqueue with the relevant changeset (for changereplay). 200 //create a new revision, only pushing a handle into the commandqueue with the relevant changeset (for changereplay).