bug 124868 i have never seen an Accoun Manager and never hope to see one

rs=mscott
This commit is contained in:
timeless%mozdev.org 2004-04-23 04:00:50 +00:00
Родитель 3601dfba5a
Коммит 77717f8d83
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -39,11 +39,11 @@
/* components defined in this file */ /* components defined in this file */
const MDN_EXTENSION_SERVICE_CONTRACTID = const MDN_EXTENSION_SERVICE_CONTRACTID =
"@mozilla.org/accounmanager/extension;1?name=mdn"; "@mozilla.org/accountmanager/extension;1?name=mdn";
const MDN_EXTENSION_SERVICE_CID = const MDN_EXTENSION_SERVICE_CID =
Components.ID("{e007d92e-1dd1-11b2-a61e-dc962c9b8571}"); Components.ID("{e007d92e-1dd1-11b2-a61e-dc962c9b8571}");
/* interafces used in this file */ /* interfaces used in this file */
const nsIMsgAccountManagerExtension = Components.interfaces.nsIMsgAccountManagerExtension; const nsIMsgAccountManagerExtension = Components.interfaces.nsIMsgAccountManagerExtension;
const nsICategoryManager = Components.interfaces.nsICategoryManager; const nsICategoryManager = Components.interfaces.nsICategoryManager;
const nsISupports = Components.interfaces.nsISupports; const nsISupports = Components.interfaces.nsISupports;