part of the fix to bug 66950. For xpconnect the class we mixin to sometimes needs to know if any weak references are outstanding. r=rogerl sr=brendan

This commit is contained in:
jband%netscape.com 2001-02-02 08:40:01 +00:00
parent 1f75c2d2c3
commit 7c04b7e112
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class NS_COM nsSupportsWeakReference : public nsISupportsWeakReference
protected:
inline void ClearWeakReferences();
PRBool HasWeakReferences() const {return mProxy != 0;}
};
class NS_COM nsWeakReference : public nsIWeakReference

View File

@ -55,6 +55,7 @@ class NS_COM nsSupportsWeakReference : public nsISupportsWeakReference
protected:
inline void ClearWeakReferences();
PRBool HasWeakReferences() const {return mProxy != 0;}
};
class NS_COM nsWeakReference : public nsIWeakReference