From 302d1c29d4f9a46c68e8f321dd3b8af30793bf5e Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Mon, 1 Feb 1999 03:03:10 +0000 Subject: [PATCH] add a couple error defines for db opening --- mailnews/base/public/msgCore.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mailnews/base/public/msgCore.h b/mailnews/base/public/msgCore.h index 6b0860003d5..dd7d9f53d06 100644 --- a/mailnews/base/public/msgCore.h +++ b/mailnews/base/public/msgCore.h @@ -72,3 +72,9 @@ NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_MAILNEWS, value) #define NS_MSG_FAILED(err) \ (NS_IS_MSG_ERROR(err) && NS_FAILED(err)) + +/* is this where we define our errors? Obviously, there has to be a central + place so we don't use the same error codes. +*/ +#define NS_MSG_ERROR_FOLDER_SUMMARY_OUT_OF_DATE NS_MSG_GENERATE_FAILURE(5) +#define NS_MSG_ERROR_FOLDER_SUMMARY_MISSING NS_MSG_GENERATE_FAILURE(6)