Bug 1027251 - Initial empty HasDangerousPublicDestructor whitelist - r=ehsan

This commit is contained in:
Benoit Jacob 2014-06-18 22:28:59 -04:00
parent 7f3775f58d
commit 35c0a39717

View File

@ -404,6 +404,14 @@ public:
*/
#define NS_INIT_ISUPPORTS() ((void)0)
namespace mozilla {
template <typename T>
struct HasDangerousPublicDestructor
{
static const bool value = false;
};
}
/**
* Use this macro to declare and implement the AddRef & Release methods for a
* given non-XPCOM <i>_class</i>.