Bug 175096 Improve doc comment for NS_SoftwareUpdateRequestAutoReg()

r=dougt sr=dveditz
This commit is contained in:
timeless%mozdev.org 2002-11-06 15:15:38 +00:00
parent d6fdb48a1f
commit fb2efaecbb

View File

@ -102,10 +102,10 @@ static NS_DEFINE_IID(kIStringBundleServiceIID, NS_ISTRINGBUNDLESERVICE_IID);
#define kInstallLocaleProperties "chrome://global/locale/commonDialogs.properties"
/**
* Request that an autoreg be performed at next startup. (Used
* internally by XPI.) This basically drops a files next to the
* application. Next time XPCOM sees this file, it will cause
* an autoreg, then delete this file.
* Request that XPCOM perform an autoreg at startup. (Used
* internally by XPI.) This basically drops a file next to the
* application. The next time the application launches, XPCOM
* sees the file, deletes it and autoregisters components.
*/
static void
NS_SoftwareUpdateRequestAutoReg()