Added RemoveKey verb

This commit is contained in:
Jim Norman
2006-06-27 17:05:51 +00:00
parent 062d08a902
commit 468d9b87d2
2 changed files with 200 additions and 1 deletions

View File

@@ -82,7 +82,8 @@ namespace sscs.common
msgIdMap.Add(19,"sscs.verbs.IsSecretPersistent");
msgIdMap.Add(20,"sscs.verbs.ObjectSerialization");
msgIdMap.Add(21,"sscs.verbs.WriteBinaryKey");
msgIdMap.Add(22,"sscs.verbs.ReadBinaryKey");
msgIdMap.Add(22,"sscs.verbs.ReadBinaryKey");
msgIdMap.Add(23,"sscs.verbs.RemoveKey");
}