summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-16 17:00:53 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-16 17:00:53 +0100
commit66b21fd2e3c53e4a820e3343b192be7b043da110 (patch)
treee9fe4685d4113c64c573e8230ae4f90fbd17ef8f /common/commands.h
parentb1c4f94606b6a1b9223acb2c1722bfe3bce26933 (diff)
downloadsink-66b21fd2e3c53e4a820e3343b192be7b043da110.tar.gz
sink-66b21fd2e3c53e4a820e3343b192be7b043da110.zip
a more complete command set
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