diff --git a/netwerk/build/nsNetCID.h b/netwerk/build/nsNetCID.h index 49eeeea8e2f1..11780bad49ee 100644 --- a/netwerk/build/nsNetCID.h +++ b/netwerk/build/nsNetCID.h @@ -1,6 +1,22 @@ #ifndef nsNetCID_h__ #define nsNetCID_h__ +// +// nsCacheService +// +#define NS_CACHESERVICE_CLASSNAME \ + "Cache Service" +#define NS_CACHESERVICE_CONTRACTID \ + "@mozilla.org/network/cache-service;1" +#define NS_CACHESERVICE_CID \ +{ /* 6c84aec9-29a5-4264-8fbc-bee8f922ea67 */ \ + 0x6c84aec9, \ + 0x29a5, \ + 0x4264, \ + {0x8f, 0xbc, 0xbe, 0xe8, 0xf9, 0x22, 0xea, 0x67} \ +} + + // // nsStreamObserverProxy //