Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec.
This commit is contained in:
@@ -603,12 +603,6 @@ nsDirectoryService::~nsDirectoryService()
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS4(nsDirectoryService, nsIProperties, nsIDirectoryService, nsIDirectoryServiceProvider, nsIDirectoryServiceProvider2)
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDirectoryService::Define(const char* prop, nsISupports* initialValue)
|
||||
{
|
||||
return Set(prop, initialValue);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDirectoryService::Undefine(const char* prop)
|
||||
{
|
||||
@@ -618,6 +612,12 @@ nsDirectoryService::Undefine(const char* prop)
|
||||
|
||||
mHashtable->Remove (&key);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDirectoryService::GetKeys(PRUint32 *count, char ***keys)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
struct FileData
|
||||
|
||||
Reference in New Issue
Block a user