checked in warren's patch to remove circular memory leak in directory service

removed strcmp'er in favor of atom compares.
added comments to nsFileSpec indicating that it is no longer supported.


git-svn-id: svn://10.0.0.236/trunk@67030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2000-04-25 01:48:02 +00:00
parent d6e0059bda
commit bf7163c089
9 changed files with 409 additions and 141 deletions

View File

@@ -45,6 +45,8 @@ nsFileSpecImpl::nsFileSpecImpl()
, mOutputStream(nsnull)
{
NS_INIT_ISUPPORTS();
// NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
}
//----------------------------------------------------------------------------------------
@@ -55,6 +57,8 @@ nsFileSpecImpl::nsFileSpecImpl(const nsFileSpec& inSpec)
, mOutputStream(nsnull)
{
NS_INIT_ISUPPORTS();
// NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
}
//----------------------------------------------------------------------------------------