changeset 374:4836537f87da

Document certificate status values
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 15 Apr 2014 12:05:22 +0200
parents 42082e402d3e
children 9e38a4bcd44e
files ui/certificate.h
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ui/certificate.h	Tue Apr 15 12:05:07 2014 +0200
+++ b/ui/certificate.h	Tue Apr 15 12:05:22 2014 +0200
@@ -20,11 +20,12 @@
 {
 public:
 
+    /** @brief the Status compared to the last installed list. */
     enum Status {
-        InstallNew = 1,
-        InstallOld,
-        RemoveNew,
-        RemoveOld
+        InstallNew = 1, /* Never seen this before */
+        InstallOld, /* Already contained in last list */
+        RemoveNew, /* Was an Install certificate in the last list */
+        RemoveOld /* Already removed in the last list */
     };
 
     /** @brief construct a certificate from a line of a certificate list.

http://wald.intevation.org/projects/trustbridge/