Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec.

This commit is contained in:
dougt@netscape.com
2002-08-26 20:36:44 +00:00
parent fbe1be6c59
commit 517b4e843b
13 changed files with 79 additions and 153 deletions

View File

@@ -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