correcting bustage fix.

This commit is contained in:
darin%meer.net 2003-10-06 03:21:12 +00:00
parent 5404cd73d2
commit ea1c34686d

View File

@ -40,6 +40,6 @@
/**
* XPCOM constructor for nsIOThreadPool
*/
NS_CALLBACK(net_NewIOThreadPool)(nsISupports *outer, REFNSIID iid, void **result);
NS_METHOD net_NewIOThreadPool(nsISupports *outer, REFNSIID iid, void **result);
#endif // nsIOThreadPool_h__