Skip to content

Commit

Permalink
Adding contract id for new cache service. r=beard.
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon%netscape.com committed Feb 24, 2001
1 parent d22de88 commit cfb921f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions netwerk/build/nsNetCID.h
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down

0 comments on commit cfb921f

Please sign in to comment.