Add a get function.

This commit is contained in:
JoelKatz
2013-03-02 22:16:39 -08:00
parent 5fd9c21784
commit c6b2b5b819

View File

@@ -50,6 +50,11 @@ public:
sMultiThreaded = true;
}
static bool isMultiThread()
{
return sMultiThreaded;
}
void addInstance()
{
if (sMultiThreaded)