Added nsTraceRefcnt logging.

This commit is contained in:
warren%netscape.com 1999-10-12 09:30:16 +00:00
parent bef2702ef0
commit 763c521a26
3 changed files with 30 additions and 0 deletions

View File

@ -200,6 +200,16 @@ public:
struct NS_COM nsStr {
//----------------------------------------------------------------------------------------
nsStr() {
MOZ_COUNT_CTOR(nsStr);
}
~nsStr() {
MOZ_COUNT_DTOR(nsStr);
}
/**
* This method initializes an nsStr for use
*

View File

@ -200,6 +200,16 @@ public:
struct NS_COM nsStr {
//----------------------------------------------------------------------------------------
nsStr() {
MOZ_COUNT_CTOR(nsStr);
}
~nsStr() {
MOZ_COUNT_DTOR(nsStr);
}
/**
* This method initializes an nsStr for use
*

View File

@ -200,6 +200,16 @@ public:
struct NS_COM nsStr {
//----------------------------------------------------------------------------------------
nsStr() {
MOZ_COUNT_CTOR(nsStr);
}
~nsStr() {
MOZ_COUNT_DTOR(nsStr);
}
/**
* This method initializes an nsStr for use
*