mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
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:
parent
e5421e9043
commit
697f7718fc
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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);
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user