This commit is contained in:
warren%netscape.com 1999-10-12 09:30:16 +00:00
Родитель bef2702ef0
Коммит 763c521a26
3 изменённых файлов: 30 добавлений и 0 удалений

Просмотреть файл

@ -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
*

Просмотреть файл

@ -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
*

Просмотреть файл

@ -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
*