summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:26:45 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:26:45 +0100
commitcd7287325944571e9d53b00b48abdba4c9257474 (patch)
treefe6f822597e17c3a6f7d06fb512fcda36e490f21 /common/commands.h
parent1812c077d6461b3e9fb865f47cffafc3c179e136 (diff)
downloadsink-cd7287325944571e9d53b00b48abdba4c9257474.tar.gz
sink-cd7287325944571e9d53b00b48abdba4c9257474.zip
Moved all commands in to the Commands namespace
Diffstat (limited to 'common/commands.h')
-rw-r--r--common/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commands.h b/common/commands.h
index bce278c..33d5cd7 100644
--- a/common/commands.h
+++ b/common/commands.h
@@ -34,7 +34,7 @@ namespace Commands
34 34
35enum CommandIds { 35enum CommandIds {
36 UnknownCommand = 0, 36 UnknownCommand = 0,
37 CommandCompletion, 37 CommandCompletionCommand,
38 HandshakeCommand, 38 HandshakeCommand,
39 RevisionUpdateCommand, 39 RevisionUpdateCommand,
40 SynchronizeCommand, 40 SynchronizeCommand,