This commit is contained in:
blakeross%telocity.com 2002-11-23 01:21:34 +00:00
Родитель 48a6861f7d
Коммит b33a902c7b
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -2228,6 +2228,13 @@ nsGlobalHistory::Flush()
return Commit(kLargeCommit);
}
NS_IMETHODIMP
nsGlobalHistory::FlushTo(const char* aURI)
{
// Do not ever implement this (security)
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsGlobalHistory::StartBatchUpdate()
{