Maybe it's just me, but sometimes I wanto set breakpoints in AddRef()/Release()...

git-svn-id: svn://10.0.0.236/branches/XPCDOM_20010329_BRANCH@92345 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2001-04-15 06:22:07 +00:00
parent 45b6a56d1a
commit bebfd172c3

View File

@@ -140,7 +140,14 @@ nsXULPrototypeCache::~nsXULPrototypeCache()
}
NS_IMPL_THREADSAFE_ISUPPORTS1(nsXULPrototypeCache, nsIXULPrototypeCache);
NS_IMPL_THREADSAFE_ADDREF(nsXULPrototypeCache)
NS_IMPL_THREADSAFE_RELEASE(nsXULPrototypeCache)
NS_INTERFACE_MAP_BEGIN(nsXULPrototypeCache)
NS_INTERFACE_MAP_ENTRY(nsISupports)
NS_INTERFACE_MAP_ENTRY(nsIXULPrototypeCache)
NS_INTERFACE_MAP_END
NS_IMETHODIMP