diff options
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/commands.h b/common/commands.h index 5f2b006..3db1d3b 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -5,6 +5,9 @@ | |||
5 | 5 | ||
6 | class QIODevice; | 6 | class QIODevice; |
7 | 7 | ||
8 | namespace Akonadi2 | ||
9 | { | ||
10 | |||
8 | namespace Commands | 11 | namespace Commands |
9 | { | 12 | { |
10 | 13 | ||
@@ -18,3 +21,5 @@ enum CommandIds { | |||
18 | void AKONADI2COMMON_EXPORT write(QIODevice *device, int commandId, flatbuffers::FlatBufferBuilder &fbb); | 21 | void AKONADI2COMMON_EXPORT write(QIODevice *device, int commandId, flatbuffers::FlatBufferBuilder &fbb); |
19 | 22 | ||
20 | } | 23 | } |
24 | |||
25 | } // namespace Akonadi2 | ||