Adding contract id for new cache service. r=beard.

This commit is contained in:
gordon%netscape.com 2001-02-24 02:44:43 +00:00
Родитель d22de88f0f
Коммит cfb921fac8
1 изменённых файлов: 16 добавлений и 0 удалений

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

@ -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
//