summaryrefslogtreecommitdiffstats
path: root/common/commands/handshake.fbs
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-06 02:41:17 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-06 02:41:17 +0100
commit1d3aaebcaca0a77976eccb764bf8dd0eb0742546 (patch)
treefbcd9403d41bf319bd90ffee1957d821ef6b2a72 /common/commands/handshake.fbs
parent7ec167022cbad18697bb99d9c219ac9095cae84f (diff)
downloadsink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.tar.gz
sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.zip
standardize on calling it Akonadi2
Diffstat (limited to 'common/commands/handshake.fbs')
-rw-r--r--common/commands/handshake.fbs4
1 files changed, 1 insertions, 3 deletions
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