public void setOther(String stringToBe) { hPubErrorOccurred = 0; allowTracing(); // call made in case started from IDE and was not able to // start tracing on the constructor if (HPubTracingOn) { Ras.traceEntry(className, "setOther(String)", stringToBe); } other.stringValue = stringToBe; }
public void DoTheWork() { if (HPubTracingOn) { Ras.traceEntry(className, "DoTheWork()", "Start doing the work"); } DoTheWork(this); }