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 "nsTraceRefcnt.h"
#include "nsID.h"
#include "nsIID.h"
#include "nsError.h"
#include "nsISupportsUtils.h"
/* starting interface nsIFolder */

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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