diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 14:26:45 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 14:26:45 +0100 |
commit | cd7287325944571e9d53b00b48abdba4c9257474 (patch) | |
tree | fe6f822597e17c3a6f7d06fb512fcda36e490f21 /common/commands/notification.fbs | |
parent | 1812c077d6461b3e9fb865f47cffafc3c179e136 (diff) | |
download | sink-cd7287325944571e9d53b00b48abdba4c9257474.tar.gz sink-cd7287325944571e9d53b00b48abdba4c9257474.zip |
Moved all commands in to the Commands namespace
Diffstat (limited to 'common/commands/notification.fbs')
-rw-r--r-- | common/commands/notification.fbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commands/notification.fbs b/common/commands/notification.fbs index 5c810cf..89687cf 100644 --- a/common/commands/notification.fbs +++ b/common/commands/notification.fbs | |||
@@ -1,4 +1,4 @@ | |||
1 | namespace Akonadi2; | 1 | namespace Akonadi2.Commands; |
2 | 2 | ||
3 | enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection } | 3 | enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection } |
4 | enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } | 4 | enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } |