Make nsAtomService implement threadsafe isupports

git-svn-id: svn://10.0.0.236/trunk@68696 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ruslan%netscape.com 2000-05-08 20:28:21 +00:00
parent 36070736e7
commit 6a07f89768

View File

@ -23,7 +23,7 @@
#include "nsAtomService.h"
NS_IMPL_ISUPPORTS1(nsAtomService, nsIAtomService)
NS_IMPL_THREADSAFE_ISUPPORTS1(nsAtomService, nsIAtomService)
nsAtomService::nsAtomService()
{}