fix build bustage, forgot to check in this file for #134897

This commit is contained in:
sspitzer%netscape.com 2002-04-16 06:26:59 +00:00
parent 1d0b339e2f
commit e0e43448e5

View File

@ -3296,3 +3296,10 @@ nsMsgLocalMailFolder::NotifyCompactCompleted()
NotifyFolderEvent(compactCompletedAtom);
return NS_OK;
}
NS_IMETHODIMP nsMsgLocalMailFolder::Shutdown(PRBool shutdownChildren)
{
mInitialized = PR_FALSE;
return nsMsgDBFolder::Shutdown(shutdownChildren);
}