michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef nsCPrefetchService_h__ michael@0: #define nsCPrefetchService_h__ michael@0: michael@0: #include "nsIPrefetchService.h" michael@0: michael@0: /** michael@0: * nsPrefetchService : nsIPrefetchService michael@0: */ michael@0: #define NS_PREFETCHSERVICE_CONTRACTID \ michael@0: "@mozilla.org/prefetch-service;1" michael@0: #define NS_PREFETCHSERVICE_CID \ michael@0: { /* 6b8bdffc-3394-417d-be83-a81b7c0f63bf */ \ michael@0: 0x6b8bdffc, \ michael@0: 0x3394, \ michael@0: 0x417d, \ michael@0: {0xbe, 0x83, 0xa8, 0x1b, 0x7c, 0x0f, 0x63, 0xbf} \ michael@0: } michael@0: michael@0: /** michael@0: * nsOfflineCacheUpdateService : nsIOfflineCacheUpdateService michael@0: */ michael@0: michael@0: #define NS_OFFLINECACHEUPDATESERVICE_CONTRACTID \ michael@0: "@mozilla.org/offlinecacheupdate-service;1" michael@0: #define NS_OFFLINECACHEUPDATESERVICE_CID \ michael@0: { /* ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a */ \ michael@0: 0xec06f3fc, \ michael@0: 0x70db, \ michael@0: 0x4ecd , \ michael@0: {0x94, 0xe0, 0xa6, 0xe9, 0x1c, 0xa4, 0x4d, 0x8a} \ michael@0: } michael@0: michael@0: /** michael@0: * nsOfflineCacheUpdate : nsIOfflineCacheUpdate michael@0: */ michael@0: michael@0: #define NS_OFFLINECACHEUPDATE_CONTRACTID \ michael@0: "@mozilla.org/offlinecacheupdate;1" michael@0: #define NS_OFFLINECACHEUPDATE_CID \ michael@0: { /* e56f5e01-c7cc-4675-a9d7-b8f1e4127295 */ \ michael@0: 0xe56f5e01, \ michael@0: 0xc7cc, \ michael@0: 0x4675, \ michael@0: {0xa9, 0xd7, 0xb8, 0xf1, 0xe4, 0x12, 0x72, 0x95} \ michael@0: } michael@0: michael@0: michael@0: #endif // !nsCPrefetchService_h__