diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 15:21:06 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 15:21:06 +0200 |
commit | cc3fed3668a80616ec78bc872e21b7ac06bcde38 (patch) | |
tree | ab4888ae0050e5b56f59662dd356523b3a421043 /common/domain/event.fbs | |
parent | c4e098fae7340d6d73cd4fbe880440baca1ddd49 (diff) | |
download | sink-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/event.fbs')
-rw-r--r-- | common/domain/event.fbs | 2 |
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 @@ | |||
1 | namespace Akonadi2.Domain.Buffer; | 1 | namespace Akonadi2.ApplicationDomain.Buffer; |
2 | 2 | ||
3 | table Event { | 3 | table Event { |
4 | uid:string; | 4 | uid:string; |