changing flags from DEBUG_dougt to DEBUG_xpcom_proxy.

r=dveditz


git-svn-id: svn://10.0.0.236/trunk@59125 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2000-01-28 23:51:00 +00:00
parent d89e3e08a4
commit 4d98215217
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
static NS_DEFINE_IID(kProxyObject_Identity_Class_IID, NS_PROXYEVENT_IDENTITY_CLASS_IID);
#ifdef DEBUG_dougt
#ifdef DEBUG_xpcom_proxy
static PRMonitor* mon = nsnull;
static PRUint32 totalProxyObjects = 0;
static PRUint32 outstandingProxyObjects = 0;
@@ -290,14 +290,14 @@ nsProxyEventObject::nsProxyEventObject(nsIEventQueue *destQueue,
mProxyObject = new nsProxyObject(destQueue, proxyType, aObj);
#ifdef DEBUG_dougt
#ifdef DEBUG_xpcom_proxy
DebugDump("Create", 0);
#endif
}
nsProxyEventObject::~nsProxyEventObject()
{
#ifdef DEBUG_dougt
#ifdef DEBUG_xpcom_proxy
DebugDump("Delete", 0);
#endif
if (mRoot != nsnull)

View File

@@ -125,7 +125,7 @@ public:
nsProxyEventObject* Find(REFNSIID aIID);
#ifdef DEBUG_dougt
#ifdef DEBUG_xpcom_proxy
void DebugDump(const char * message, PRUint32 hashKey);
#endif