Update of /cvsroot/webmacro/webmacro/examples
In directory sc8-pr-cvs1:/tmp/cvs-serv32064/examples
Modified Files:
Standalone.java
Log Message:
More ripping out -- eliminate reference counting of Brokers, pooling of context and fastwriter; streamline Context; eliminate Clock thread hack; eliminate ascii fastwriter hack
Index: Standalone.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/examples/Standalone.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Standalone.java 8 Jul 2003 19:48:44 -0000 1.7
--- Standalone.java 16 Jul 2003 06:44:59 -0000 1.8
***************
*** 83,90 ****
*/
public void destroy() {
! if (_wm != null) {
! _wm.destroy();
! _wm = null;
! }
}
--- 83,87 ----
*/
public void destroy() {
! _wm = null;
}
|