summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-19 15:01:02 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-19 15:01:37 +0200
commit43c4cd555e4a265d3e484dfeea0aa05da0977cd0 (patch)
tree359fe5ffc5d4e3e2e45cd3dc33eabe6dd30ce149 /common/commands.cpp
parent7ea7a77aab64ea61d9966caee2b8e7d33d0f5526 (diff)
downloadsink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.tar.gz
sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.zip
Let clients tell the resource when they no longer require a revision.
Diffstat (limited to 'common/commands.cpp')
-rw-r--r--common/commands.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/commands.cpp b/common/commands.cpp
index 221c211..7a0ae23 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -57,6 +57,8 @@ QByteArray name(int commandId)
57 return "Notification"; 57 return "Notification";
58 case PingCommand: 58 case PingCommand:
59 return "Ping"; 59 return "Ping";
60 case RevisionReplayedCommand:
61 return "RevisionReplayed";
60 case CustomCommand: 62 case CustomCommand:
61 return "Custom"; 63 return "Custom";
62 }; 64 };