diff options
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/commands.h b/common/commands.h index adf2094..64abd76 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include "sinkcommon_export.h" | 23 | #include "sink_export.h" |
24 | #include <flatbuffers/flatbuffers.h> | 24 | #include <flatbuffers/flatbuffers.h> |
25 | #include <QByteArray> | 25 | #include <QByteArray> |
26 | 26 | ||
@@ -55,10 +55,10 @@ enum CommandIds { | |||
55 | 55 | ||
56 | QByteArray name(int commandId); | 56 | QByteArray name(int commandId); |
57 | 57 | ||
58 | int SINKCOMMON_EXPORT headerSize(); | 58 | int SINK_EXPORT headerSize(); |
59 | void SINKCOMMON_EXPORT write(QIODevice *device, int messageId, int commandId); | 59 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId); |
60 | void SINKCOMMON_EXPORT write(QIODevice *device, int messageId, int commandId, const char *buffer, uint size); | 60 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId, const char *buffer, uint size); |
61 | void SINKCOMMON_EXPORT write(QIODevice *device, int messageId, int commandId, flatbuffers::FlatBufferBuilder &fbb); | 61 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId, flatbuffers::FlatBufferBuilder &fbb); |
62 | 62 | ||
63 | } | 63 | } |
64 | 64 | ||