remove this useless header file

This commit is contained in:
alecf%netscape.com 1999-05-27 05:30:16 +00:00
parent 1be06cd04e
commit 5ca0e330e2
4 changed files with 0 additions and 36 deletions

View File

@ -25,7 +25,6 @@ nsIMsgHost.h
nsIFolder.h
nsIMsg.h
nsIMsgFolder.h
nsIMsgRDFFolder.h
nsIMsgMailNewsUrl.h
nsIUrlListenerManager.h
nsIUrlListener.h

View File

@ -53,7 +53,6 @@ EXPORTS = \
nsIMsgHost.h \
nsIFolder.h \
nsIMsgFolder.h \
nsIMsgRDFFolder.h \
nsIMsgMailNewsUrl.h \
nsIUrlListener.h \
nsIUrlListenerManager.h \

View File

@ -42,7 +42,6 @@ EXPORTS = \
nsIFolder.h \
nsIMsg.h \
nsIMsgFolder.h \
nsIMsgRDFFolder.h \
nsIMsgMailNewsUrl.h \
nsIUrlListenerManager.h \
nsIUrlListener.h \

View File

@ -1,33 +0,0 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgRDFFolder.idl
*/
#ifndef __gen_nsIMsgRDFFolder_h__
#define __gen_nsIMsgRDFFolder_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsISupportsArray.h" /* interface nsISupportsArray */
#include "nsIRDFNode.h" /* interface nsIRDFNode */
#include "nsIMsgFolder.h" /* interface nsIMsgFolder */
/* starting interface nsIMsgRDFFolder */
/* {5F0E8DC0-BAD1-11d2-9578-00805F8AC615} */
#define NS_IMSGRDFFOLDER_IID_STR "5F0E8DC0-BAD1-11d2-9578-00805F8AC615"
#define NS_IMSGRDFFOLDER_IID \
{0x5F0E8DC0, 0xBAD1, 0x11d2, \
{ 0x95, 0x78, 0x00, 0x80, 0x5F, 0x8A, 0xC6, 0x15 }}
class nsIMsgRDFFolder : public nsIRDFResource {
public:
static const nsIID& GetIID() {
static nsIID iid = NS_IMSGRDFFOLDER_IID;
return iid;
}
/* <IDL> */
NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) = 0;
NS_IMETHOD SetFolder(nsIMsgFolder * aFolder) = 0;
};
#endif /* __gen_nsIMsgRDFFolder_h__ */