diff options
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/common/commands.h b/common/commands.h index 64abd76..b97bbc6 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -26,13 +26,12 @@ | |||
26 | 26 | ||
27 | class QIODevice; | 27 | class QIODevice; |
28 | 28 | ||
29 | namespace Sink | 29 | namespace Sink { |
30 | { | ||
31 | 30 | ||
32 | namespace Commands | 31 | namespace Commands { |
33 | { | ||
34 | 32 | ||
35 | enum CommandIds { | 33 | enum CommandIds |
34 | { | ||
36 | UnknownCommand = 0, | 35 | UnknownCommand = 0, |
37 | CommandCompletionCommand, | 36 | CommandCompletionCommand, |
38 | HandshakeCommand, | 37 | HandshakeCommand, |
@@ -59,7 +58,6 @@ int SINK_EXPORT headerSize(); | |||
59 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId); | 58 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId); |
60 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId, const char *buffer, uint size); | 59 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId, const char *buffer, uint size); |
61 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId, flatbuffers::FlatBufferBuilder &fbb); | 60 | void SINK_EXPORT write(QIODevice *device, int messageId, int commandId, flatbuffers::FlatBufferBuilder &fbb); |
62 | |||
63 | } | 61 | } |
64 | 62 | ||
65 | } // namespace Sink | 63 | } // namespace Sink |