Added *aResult for status values per XPCOM

This commit is contained in:
dbragg%netscape.com 1999-05-26 21:22:58 +00:00
parent bfe4d4a516
commit bc1f7c864d

View File

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