683 {
684
685
686 #ifdef DIAG_DEVELOPER
687 if (objectToCheck == null)
688 DebugText("IsBaseStatic(must be true): ", true, true, " | objectToCheck is null (this is good)");
689 else
690 DebugText(
"IsBaseStatic(must be true): ",
true,
IsObjectStatic(objectToCheck));
691 #endif
693 }
bool IsObjectStatic(Object obj)