Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files.

This commit is contained in:
mscott%netscape.com 1999-02-26 03:59:33 +00:00
parent e5421e9043
commit 697f7718fc
12 changed files with 6 additions and 27 deletions

View File

@ -16,9 +16,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsIFolder */ /* starting interface nsIFolder */

View File

@ -14,9 +14,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsIMsg */ /* starting interface nsIMsg */

View File

@ -19,13 +19,12 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
class nsISupportsArray;
class nsIMessage;
#include "nsFileSpec.h" #include "nsFileSpec.h"
/* starting interface nsIMsgFolder */ /* starting interface nsIMsgFolder */
/* {85e39ff0-b248-11d2-b7ef-00805f05ffa5} */ /* {85e39ff0-b248-11d2-b7ef-00805f05ffa5} */
@ -214,6 +213,8 @@ class nsIMsgLocalMailFolder : public nsISupports {
return iid; return iid;
} }
/* <IDL> */
NS_IMETHOD GetPath(nsFileSpec& aPathName) = 0;
#ifdef XPIDL_JS_STUBS #ifdef XPIDL_JS_STUBS
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx); static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);
static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIMsgLocalMailFolder *priv); static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIMsgLocalMailFolder *priv);
@ -235,8 +236,8 @@ class nsIMsgImapMailFolder : public nsISupports {
return iid; return iid;
} }
/* readonly attribute nsNativeFileSpec pathName; */ /* <IDL> */
NS_IMETHOD GetPathName(nsNativeFileSpec* *aPathName) = 0; NS_IMETHOD GetPathName(nsFileSpec& aPathName) = 0;
#ifdef XPIDL_JS_STUBS #ifdef XPIDL_JS_STUBS
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx); static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);

View File

@ -14,9 +14,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsIMsgGroupRecord */ /* starting interface nsIMsgGroupRecord */

View File

@ -16,9 +16,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsIMsgOfflineNewsState */ /* starting interface nsIMsgOfflineNewsState */

View File

@ -17,9 +17,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsINNTPArticleList */ /* starting interface nsINNTPArticleList */

View File

@ -17,9 +17,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsINNTPCategory */ /* starting interface nsINNTPCategory */

View File

@ -16,9 +16,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsINNTPCategoryContainer */ /* starting interface nsINNTPCategoryContainer */

View File

@ -16,9 +16,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsINNTPHost */ /* starting interface nsINNTPHost */

View File

@ -15,9 +15,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsINNTPNewsgroup */ /* starting interface nsINNTPNewsgroup */

View File

@ -14,9 +14,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsINNTPNewsgroupList */ /* starting interface nsINNTPNewsgroupList */

View File

@ -14,9 +14,7 @@
#include "nsDebug.h" #include "nsDebug.h"
#include "nsTraceRefcnt.h" #include "nsTraceRefcnt.h"
#include "nsID.h" #include "nsID.h"
#include "nsIID.h"
#include "nsError.h" #include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsINNTPNewsgroupPost */ /* starting interface nsINNTPNewsgroupPost */