comparison ui/listutil.h @ 14:58d51a91d448

Change Unknown state to UnknownValidity to avoid name clashes
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Feb 2014 10:44:40 +0000
parents 992c0ec57660
children
comparison
equal deleted inserted replaced
13:e26f9cc93601 14:58d51a91d448
14 14
15 /** 15 /**
16 * @brief Status of the List Operations 16 * @brief Status of the List Operations
17 */ 17 */
18 typedef enum { 18 typedef enum {
19 Unknown = 0, // Not yet parsed 19 UnknownValidity = 0, // Not yet parsed
20 UnknownError = 1, // The expected unexpected 20 UnknownError = 1, // The expected unexpected
21 TooLarge = 2, // Failed because the file exeeds the limit 21 TooLarge = 2, // Failed because the file exeeds the limit
22 InvalidFormat = 3, // File does not appear to be in list format 22 InvalidFormat = 3, // File does not appear to be in list format
23 InvalidSignature = 4, // Signature was invalid 23 InvalidSignature = 4, // Signature was invalid
24 StatFailed = 5, // Could not stat the file 24 StatFailed = 5, // Could not stat the file

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