mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
d986dfc66d
This converts the usage of nsISupportsArray in nsIRDFDataSource to just nsISupports. Internally none of the params are used, all external usages in the addons repo appear to just be passthroughs. Regardless, any external implementors wanting to pass in an nsISupportsArray can still do so as it is derived from nsISupports. Additionally the |IsCommandEnabled| and |DoCommand| stubs are updated to just return NS_ERROR_NOT_IMPLEMENTED as this functionallity is currently not supported. MozReview-Commit-ID: JJSHAQKiLSZ |
||
---|---|---|
.. | ||
moz.build | ||
nsFileSystemDataSource.cpp | ||
nsFileSystemDataSource.h | ||
nsILocalStore.h | ||
nsIRDFFTP.h | ||
nsLocalStore.cpp | ||
nsRDFBuiltInDataSources.h |