summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands.h')
-rw-r--r--common/commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/commands.h b/common/commands.h
index 2e84a2f..874db73 100644
--- a/common/commands.h
+++ b/common/commands.h
@@ -34,8 +34,14 @@ namespace Commands
34enum CommandIds { 34enum CommandIds {
35 UnknownCommand = 0, 35 UnknownCommand = 0,
36 HandshakeCommand, 36 HandshakeCommand,
37 CommandCompletion,
37 RevisionUpdateCommand, 38 RevisionUpdateCommand,
38 SynchronizeCommand, 39 SynchronizeCommand,
40 FetchEntityCommand,
41 DeleteEntityCommand,
42 ModifyEntityCommand,
43 CreateEntityCommand,
44 SearchSourceCommand, // need a buffer definition for this, but relies on Query API
39 CustomCommand = 0xffff 45 CustomCommand = 0xffff
40}; 46};
41 47