From 1d3aaebcaca0a77976eccb764bf8dd0eb0742546 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sat, 6 Dec 2014 02:41:17 +0100 Subject: standardize on calling it Akonadi2 --- common/commands/handshake.fbs | 4 +--- common/commands/revisionupdate.fbs | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'common/commands') 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 @@ - -namespace Akonadi; +namespace Akonadi2; table Handshake { name: string; } root_type Handshake; - 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 @@ -namespace Akonadi; +namespace Akonadi2; table RevisionUpdate { revision: ulong; -- cgit v1.2.3