home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / fil2BFCCD339C0B41F89C697E7576A6F2B6 < prev    next >
Text File  |  2010-07-12  |  942b  |  20 lines

  1. /** ================================================================================ **/
  2.  
  3. const XULNS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
  4.  
  5. /** ================================================================================ **/
  6.  
  7. const CONSOLE_SERVICE  = Cc["@mozilla.org/consoleservice;1"].getService(Ci.nsIConsoleService);
  8. const OBSERVER_SERVICE = Cc["@mozilla.org/observer-service;1"].getService(Ci.nsIObserverService);
  9.  
  10. const IO_SERVICE = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService);
  11.  
  12. const UConverter = Cc["@mozilla.org/intl/scriptableunicodeconverter"].createInstance(Ci.nsIScriptableUnicodeConverter);
  13. UConverter.charset = "UTF-8";
  14.  
  15. /** ================================================================================ **/
  16.  
  17. const DAY_SECS = 86400000;
  18. const MIN_SEC = 60000;
  19.  
  20. /** ================================================================================ **/