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/domain/event.fbs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/domain/event.fbs (limited to 'common/domain') diff --git a/common/domain/event.fbs b/common/domain/event.fbs new file mode 100644 index 0000000..6865cc5 --- /dev/null +++ b/common/domain/event.fbs @@ -0,0 +1,10 @@ +namespace Akonadi2.Domain.Buffer; + +table Event { + summary:string; + description:string; + attachment:[ubyte]; +} + +root_type Event; +file_identifier "AKFB"; -- cgit v1.2.3