зеркало из https://github.com/mozilla/pjs.git
Small command API cleanup.
This commit is contained in:
Родитель
0cd37355e3
Коммит
7e60abbe86
|
@ -1580,8 +1580,7 @@ nsBookmarksService::IsCommandEnabled(nsISupportsArray/*<nsIRDFResource>*/* aSour
|
||||||
nsISupportsArray/*<nsIRDFResource>*/* aArguments,
|
nsISupportsArray/*<nsIRDFResource>*/* aArguments,
|
||||||
PRBool* aResult)
|
PRBool* aResult)
|
||||||
{
|
{
|
||||||
NS_NOTYETIMPLEMENTED("write me!");
|
return(NS_ERROR_NOT_IMPLEMENTED);
|
||||||
return NS_ERROR_NOT_IMPLEMENTED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1591,8 +1590,7 @@ nsBookmarksService::DoCommand(nsISupportsArray* aSources,
|
||||||
nsIRDFResource* aCommand,
|
nsIRDFResource* aCommand,
|
||||||
nsISupportsArray* aArguments)
|
nsISupportsArray* aArguments)
|
||||||
{
|
{
|
||||||
NS_NOTYETIMPLEMENTED("write me!");
|
return(NS_ERROR_NOT_IMPLEMENTED);
|
||||||
return NS_ERROR_NOT_IMPLEMENTED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Загрузка…
Ссылка в новой задаче