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:
@@ -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!");
|
||||
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user