1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/uriloader/prefetch/nsCPrefetchService.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,52 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +#ifndef nsCPrefetchService_h__ 1.9 +#define nsCPrefetchService_h__ 1.10 + 1.11 +#include "nsIPrefetchService.h" 1.12 + 1.13 +/** 1.14 + * nsPrefetchService : nsIPrefetchService 1.15 + */ 1.16 +#define NS_PREFETCHSERVICE_CONTRACTID \ 1.17 + "@mozilla.org/prefetch-service;1" 1.18 +#define NS_PREFETCHSERVICE_CID \ 1.19 +{ /* 6b8bdffc-3394-417d-be83-a81b7c0f63bf */ \ 1.20 + 0x6b8bdffc, \ 1.21 + 0x3394, \ 1.22 + 0x417d, \ 1.23 + {0xbe, 0x83, 0xa8, 0x1b, 0x7c, 0x0f, 0x63, 0xbf} \ 1.24 +} 1.25 + 1.26 +/** 1.27 + * nsOfflineCacheUpdateService : nsIOfflineCacheUpdateService 1.28 + */ 1.29 + 1.30 +#define NS_OFFLINECACHEUPDATESERVICE_CONTRACTID \ 1.31 + "@mozilla.org/offlinecacheupdate-service;1" 1.32 +#define NS_OFFLINECACHEUPDATESERVICE_CID \ 1.33 +{ /* ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a */ \ 1.34 + 0xec06f3fc, \ 1.35 + 0x70db, \ 1.36 + 0x4ecd , \ 1.37 + {0x94, 0xe0, 0xa6, 0xe9, 0x1c, 0xa4, 0x4d, 0x8a} \ 1.38 +} 1.39 + 1.40 +/** 1.41 + * nsOfflineCacheUpdate : nsIOfflineCacheUpdate 1.42 + */ 1.43 + 1.44 +#define NS_OFFLINECACHEUPDATE_CONTRACTID \ 1.45 + "@mozilla.org/offlinecacheupdate;1" 1.46 +#define NS_OFFLINECACHEUPDATE_CID \ 1.47 +{ /* e56f5e01-c7cc-4675-a9d7-b8f1e4127295 */ \ 1.48 + 0xe56f5e01, \ 1.49 + 0xc7cc, \ 1.50 + 0x4675, \ 1.51 + {0xa9, 0xd7, 0xb8, 0xf1, 0xe4, 0x12, 0x72, 0x95} \ 1.52 +} 1.53 + 1.54 + 1.55 +#endif // !nsCPrefetchService_h__