mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Added *aResult for status values per XPCOM
This commit is contained in:
parent
bfe4d4a516
commit
bc1f7c864d
@ -31,7 +31,7 @@ class nsIPrefMigration : public nsISupports
|
||||
|
||||
//NS_IMETHOD Startup() = 0;
|
||||
//NS_IMETHOD Shutdown()= 0;
|
||||
NS_IMETHOD ProcessPrefs(char*, char*)=0;
|
||||
NS_IMETHOD ProcessPrefs(char*, char*, nsresult*)=0;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user