fix bustage.

This commit is contained in:
sspitzer%netscape.com 2000-05-20 02:52:27 +00:00
parent df5725e323
commit 99580eac94

View File

@ -396,14 +396,14 @@ nsSubscribableServer::PopulateSubscribeDatasource(nsIMsgWindow *aMsgWindow, PRBo
}
NS_IMETHODIMP
nsSubscribableServer::Subscribe(const char *aName)
nsSubscribableServer::Subscribe(const PRUnichar *aName)
{
NS_ASSERTION(PR_FALSE,"override this.");
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP
nsSubscribableServer::Unsubscribe(const char *aName)
nsSubscribableServer::Unsubscribe(const PRUnichar *aName)
{
NS_ASSERTION(PR_FALSE,"override this.");
return NS_ERROR_FAILURE;