From 62e216b84abe6f8742a07b107a6c0329c9cfd081 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Thu, 27 May 1999 22:41:23 +0000 Subject: [PATCH] Adding PROGID and ClassName --- xpcom/base/nsIAllocator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpcom/base/nsIAllocator.h b/xpcom/base/nsIAllocator.h index c89ee7462e7..0f5ddd37797 100644 --- a/xpcom/base/nsIAllocator.h +++ b/xpcom/base/nsIAllocator.h @@ -33,6 +33,8 @@ 0x11d2, \ {0x81, 0x77, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \ } +#define NS_ALLOCATOR_PROGID "component://netscape/allocator" +#define NS_ALLOCATOR_CLASSNAME "Allocator" class nsIAllocator : public nsISupports { public: