From f373a4c39afeb26e74267fdb23dcb2b57f414c00 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Fri, 14 Apr 2000 23:01:11 +0000 Subject: [PATCH] NOT PART OF BUILD - removing this badly named and unused work around file --- .../src/remove_after_fixing_mac_project.h | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 xpcom/reflect/xptinfo/src/remove_after_fixing_mac_project.h diff --git a/xpcom/reflect/xptinfo/src/remove_after_fixing_mac_project.h b/xpcom/reflect/xptinfo/src/remove_after_fixing_mac_project.h deleted file mode 100644 index 69e71c8afee5..000000000000 --- a/xpcom/reflect/xptinfo/src/remove_after_fixing_mac_project.h +++ /dev/null @@ -1,30 +0,0 @@ - -#ifndef NS_DECL_NSIINTERFACEINFO -#define NS_DECL_NSIINTERFACEINFO \ - NS_IMETHOD GetName(char * *aName); \ - NS_IMETHOD GetIID(nsIID * *aIID); \ - NS_IMETHOD IsScriptable(PRBool *_retval); \ - NS_IMETHOD GetParent(nsIInterfaceInfo * *aParent); \ - NS_IMETHOD GetMethodCount(PRUint16 *aMethodCount); \ - NS_IMETHOD GetConstantCount(PRUint16 *aConstantCount); \ - NS_IMETHOD GetMethodInfo(PRUint16 index, const nsXPTMethodInfo * *info); \ - NS_IMETHOD GetMethodInfoForName(const char *methodName, PRUint16 *index, const nsXPTMethodInfo * *info); \ - NS_IMETHOD GetConstant(PRUint16 index, const nsXPTConstant * *constant); \ - NS_IMETHOD GetInfoForParam(PRUint16 methodIndex, const nsXPTParamInfo * param, nsIInterfaceInfo **_retval); \ - NS_IMETHOD GetIIDForParam(PRUint16 methodIndex, const nsXPTParamInfo * param, nsIID * *_retval); \ - NS_IMETHOD GetTypeForParam(PRUint16 methodIndex, const nsXPTParamInfo * param, PRUint16 dimension, nsXPTType *_retval); \ - NS_IMETHOD GetSizeIsArgNumberForParam(PRUint16 methodIndex, const nsXPTParamInfo * param, PRUint16 dimension, PRUint8 *_retval); \ - NS_IMETHOD GetLengthIsArgNumberForParam(PRUint16 methodIndex, const nsXPTParamInfo * param, PRUint16 dimension, PRUint8 *_retval); \ - NS_IMETHOD GetInterfaceIsArgNumberForParam(PRUint16 methodIndex, const nsXPTParamInfo * param, PRUint8 *_retval); -#endif - -#ifndef NS_DECL_NSIINTERFACEINFOMANAGER -#define NS_DECL_NSIINTERFACEINFOMANAGER \ - NS_IMETHOD GetInfoForIID(const nsIID * iid, nsIInterfaceInfo **_retval); \ - NS_IMETHOD GetInfoForName(const char *name, nsIInterfaceInfo **_retval); \ - NS_IMETHOD GetIIDForName(const char *name, nsIID * *_retval); \ - NS_IMETHOD GetNameForIID(const nsIID * iid, char **_retval); \ - NS_IMETHOD EnumerateInterfaces(nsIEnumerator **_retval); \ - NS_IMETHOD AutoRegisterInterfaces(void); -#endif -