Revision: 2295
          http://vexi.svn.sourceforge.net/vexi/?rev=2295&view=rev
Author:   mkpg2
Date:     2007-09-20 17:52:49 -0700 (Thu, 20 Sep 2007)

Log Message:
-----------
Tidied up Picture loading and improved warning messages.

Modified Paths:
--------------
    trunk/core/org.ibex.js/src/org/ibex/js/Scheduler.java

Modified: trunk/core/org.ibex.js/src/org/ibex/js/Scheduler.java
===================================================================
--- trunk/core/org.ibex.js/src/org/ibex/js/Scheduler.java       2007-09-21 
00:52:37 UTC (rev 2294)
+++ trunk/core/org.ibex.js/src/org/ibex/js/Scheduler.java       2007-09-21 
00:52:49 UTC (rev 2295)
@@ -20,9 +20,10 @@
                        add(new Callable(){ public Object run(Object o) {return 
null;}});
        }
 
-       /*static public class Stop extends Exception{
-               public Stop(String message){super(message);}}*/
+       //DEBUG//protected void check(Callable t){}
+       
        public static void add(Callable t) {/*Log.info(Scheduler.class, 
"scheduling " + t);*/
+               //DEBUG//if(singleton!=null)singleton.check(t);
                if(JSU.debugHandler!=null && (t instanceof 
Thread))JSU.debugHandler.threadScheduled((Thread)t);
                Scheduler.runnable.append(t);
        }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to