From 2731eecce64d93afa4d00bb7358aa8fe8a41f873 Mon Sep 17 00:00:00 2001 From: "mcmullen%netscape.com" Date: Thu, 18 Feb 1999 18:58:25 +0000 Subject: [PATCH] Reserved a range for file i/o errors. git-svn-id: svn://10.0.0.236/trunk@21169 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsError.h | 1 + mozilla/xpcom/public/nsError.h | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/xpcom/base/nsError.h b/mozilla/xpcom/base/nsError.h index 1c22f321b1b..2289bd180a7 100644 --- a/mozilla/xpcom/base/nsError.h +++ b/mozilla/xpcom/base/nsError.h @@ -64,6 +64,7 @@ typedef PRUint32 nsresult; #define NS_ERROR_MODULE_RDF 10 #define NS_ERROR_MODULE_UCONV 11 #define NS_ERROR_MODULE_REG 12 +#define NS_ERROR_MODULE_FILES 13 #define NS_ERROR_MODULE_MAILNEWS 16 diff --git a/mozilla/xpcom/public/nsError.h b/mozilla/xpcom/public/nsError.h index 1c22f321b1b..2289bd180a7 100644 --- a/mozilla/xpcom/public/nsError.h +++ b/mozilla/xpcom/public/nsError.h @@ -64,6 +64,7 @@ typedef PRUint32 nsresult; #define NS_ERROR_MODULE_RDF 10 #define NS_ERROR_MODULE_UCONV 11 #define NS_ERROR_MODULE_REG 12 +#define NS_ERROR_MODULE_FILES 13 #define NS_ERROR_MODULE_MAILNEWS 16