summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
commitbdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch)
tree25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/commands.h
parent17e7ee40c9185c0505883853345fd6024c675b1a (diff)
downloadsink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz
sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/commands.h')
-rw-r--r--common/commands.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/commands.h b/common/commands.h
index 33d5cd7..19c827e 100644
--- a/common/commands.h
+++ b/common/commands.h
@@ -20,13 +20,13 @@
20 20
21#pragma once 21#pragma once
22 22
23#include <akonadi2common_export.h> 23#include <sinkcommon_export.h>
24#include <flatbuffers/flatbuffers.h> 24#include <flatbuffers/flatbuffers.h>
25#include <QByteArray> 25#include <QByteArray>
26 26
27class QIODevice; 27class QIODevice;
28 28
29namespace Akonadi2 29namespace Sink
30{ 30{
31 31
32namespace Commands 32namespace Commands
@@ -54,11 +54,11 @@ enum CommandIds {
54 54
55QByteArray name(int commandId); 55QByteArray name(int commandId);
56 56
57int AKONADI2COMMON_EXPORT headerSize(); 57int SINKCOMMON_EXPORT headerSize();
58void AKONADI2COMMON_EXPORT write(QIODevice *device, int messageId, int commandId); 58void SINKCOMMON_EXPORT write(QIODevice *device, int messageId, int commandId);
59void AKONADI2COMMON_EXPORT write(QIODevice *device, int messageId, int commandId, const char *buffer, uint size); 59void SINKCOMMON_EXPORT write(QIODevice *device, int messageId, int commandId, const char *buffer, uint size);
60void AKONADI2COMMON_EXPORT write(QIODevice *device, int messageId, int commandId, flatbuffers::FlatBufferBuilder &fbb); 60void SINKCOMMON_EXPORT write(QIODevice *device, int messageId, int commandId, flatbuffers::FlatBufferBuilder &fbb);
61 61
62} 62}
63 63
64} // namespace Akonadi2 64} // namespace Sink