summaryrefslogtreecommitdiffstats
path: root/common/domain
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-09 15:21:06 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-09 15:21:06 +0200
commitcc3fed3668a80616ec78bc872e21b7ac06bcde38 (patch)
treeab4888ae0050e5b56f59662dd356523b3a421043 /common/domain
parentc4e098fae7340d6d73cd4fbe880440baca1ddd49 (diff)
downloadsink-cc3fed3668a80616ec78bc872e21b7ac06bcde38.tar.gz
sink-cc3fed3668a80616ec78bc872e21b7ac06bcde38.zip
Renamed Akonadi::Domain to Akonadi::ApplicationDomain
Because it's really the application domain and not the akonadi domain.
Diffstat (limited to 'common/domain')
-rw-r--r--common/domain/event.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs
index 49ff270..0c6628b 100644
--- a/common/domain/event.fbs
+++ b/common/domain/event.fbs
@@ -1,4 +1,4 @@
1namespace Akonadi2.Domain.Buffer; 1namespace Akonadi2.ApplicationDomain.Buffer;
2 2
3table Event { 3table Event {
4 uid:string; 4 uid:string;