From cd7287325944571e9d53b00b48abdba4c9257474 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 19 Jan 2016 14:26:45 +0100 Subject: Moved all commands in to the Commands namespace --- common/commands/notification.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/commands/notification.fbs') 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 @@ -namespace Akonadi2; +namespace Akonadi2.Commands; enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection } enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } -- cgit v1.2.3