summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt2
-rw-r--r--common/commands/handshake.fbs4
-rw-r--r--common/commands/revisionupdate.fbs2
3 files changed, 3 insertions, 5 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 68330ce..2fef5f6 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,4 +1,4 @@
1project(akonadinextcommon) 1project(akonadi2common)
2generate_flatbuffers(commands/handshake 2generate_flatbuffers(commands/handshake
3 commands/revisionupdate) 3 commands/revisionupdate)
4 4
diff --git a/common/commands/handshake.fbs b/common/commands/handshake.fbs
index 90c0d3a..52a883a 100644
--- a/common/commands/handshake.fbs
+++ b/common/commands/handshake.fbs
@@ -1,9 +1,7 @@
1 1namespace Akonadi2;
2namespace Akonadi;
3 2
4table Handshake { 3table Handshake {
5 name: string; 4 name: string;
6} 5}
7 6
8root_type Handshake; 7root_type Handshake;
9
diff --git a/common/commands/revisionupdate.fbs b/common/commands/revisionupdate.fbs
index bf3943f..634bcd0 100644
--- a/common/commands/revisionupdate.fbs
+++ b/common/commands/revisionupdate.fbs
@@ -1,4 +1,4 @@
1namespace Akonadi; 1namespace Akonadi2;
2 2
3table RevisionUpdate { 3table RevisionUpdate {
4 revision: ulong; 4 revision: ulong;