From c83c2ef64b5a1e4b1dc0102df36687caebb96ff0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Dec 2014 02:15:41 +0100 Subject: unifying buffer, and a better way to implement domain object adapters. --- common/metadata.fbs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/metadata.fbs (limited to 'common/metadata.fbs') diff --git a/common/metadata.fbs b/common/metadata.fbs new file mode 100644 index 0000000..71684b6 --- /dev/null +++ b/common/metadata.fbs @@ -0,0 +1,7 @@ +namespace Akonadi2; + +table Metadata { + revision: ulong; +} + +root_type Metadata; -- cgit v1.2.3