summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands.cpp')
-rw-r--r--common/commands.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/commands.cpp b/common/commands.cpp
index b5773e7..474b091 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -2,6 +2,9 @@
2 2
3#include <QIODevice> 3#include <QIODevice>
4 4
5namespace Akonadi2
6{
7
5namespace Commands 8namespace Commands
6{ 9{
7 10
@@ -13,4 +16,6 @@ void write(QIODevice *device, int commandId, flatbuffers::FlatBufferBuilder &fbb
13 device->write((const char*)fbb.GetBufferPointer(), dataSize); 16 device->write((const char*)fbb.GetBufferPointer(), dataSize);
14} 17}
15 18
16} \ No newline at end of file 19} // namespace Commands
20
21} // namespace Akonadi2