fix bustage.

git-svn-id: svn://10.0.0.236/trunk@70542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-05-20 02:52:27 +00:00
parent b96eac527f
commit 1efca71674

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;