Gods teeth what is all this bollox?
I pray no one here has any investments at the suity bank of incompetence...
I pray no one here has any investments at the suity bank of incompetence...



LogEvent("About to do D()"); // This happened
DoD();
LogEvent("Done D()"); // This happened
DoD()
{
Log Event("Doing D()"); This also happened
DoD1SubTask();// This happened
LogEvent("1"); //This did not happen
DoD2SubTask();// This happened
LogEvent("2"); //This did not happen
LogEvent("Finished Doing D"); //This happened
}



LogEvent("About to do D()"); // This happened
DoD();
LogEvent("Done D()"); // This happened
DoD()
{
Log Event("Doing D()"); This also happened
DoD1SubTask();// This happened
LogEvent("1"); //This did not happen
DoD2SubTask();// This happened
LogEvent("2"); //This did not happen
LogEvent("Finished Doing D"); //This happened
}




)

Comment