[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/security/pwmanager/pwmanager/masterkey
From:       Michael Buesch <mbuesch () freenet ! de>
Date:       2005-06-05 12:02:08
Message-ID: 1117972928.418782.3702.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 422410 by mbuesch:

better error values


 M  +3 -3      masterkey.h  


--- trunk/extragear/security/pwmanager/pwmanager/masterkey/masterkey.h #422409:422410
@@ -37,11 +37,11 @@
 	enum Type
 	{
 		/** No type set. */
-		type_none	= 0xFF00,
+		type_none	= 0xFF,
 		/** Type is OK. Everything went OK. */
-		type_ok		= 0xFF01,
+		type_ok		= 0xFE,
 		/** Type not supported by the implementation. */
-		type_notimpl	= 0xFF02,
+		type_notimpl	= 0xFD,
 
 		/** Password string. */
 		type_password	= 0x00,
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic