diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 2 | ||||
-rw-r--r-- | common/commands/handshake.fbs | 2 | ||||
-rw-r--r-- | common/commands/revisionupdate.fbs | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index a0d3ac9..6533e28 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | project(toynadicommon) | 1 | project(akonadinextcommon) |
2 | generate_flatbuffers(commands/handshake | 2 | generate_flatbuffers(commands/handshake |
3 | commands/revisionupdate) | 3 | commands/revisionupdate) |
4 | 4 | ||
diff --git a/common/commands/handshake.fbs b/common/commands/handshake.fbs index 4492ca9..90c0d3a 100644 --- a/common/commands/handshake.fbs +++ b/common/commands/handshake.fbs | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | namespace Toynadi; | 2 | namespace Akonadi; |
3 | 3 | ||
4 | table Handshake { | 4 | table Handshake { |
5 | name: string; | 5 | name: string; |
diff --git a/common/commands/revisionupdate.fbs b/common/commands/revisionupdate.fbs index d95f1b5..bf3943f 100644 --- a/common/commands/revisionupdate.fbs +++ b/common/commands/revisionupdate.fbs | |||
@@ -1,7 +1,7 @@ | |||
1 | namespace Toynadi; | 1 | namespace Akonadi; |
2 | 2 | ||
3 | table RevisionUpdate { | 3 | table RevisionUpdate { |
4 | revision: ulong; | 4 | revision: ulong; |
5 | } | 5 | } |
6 | 6 | ||
7 | root_type RevisionUpdate; \ No newline at end of file | 7 | root_type RevisionUpdate; |