Recovered from cvs revision 2007-10-10 03:37:00

This commit is contained in:
2007-10-10 16:03:00 +00:00
parent 853d8e8e1e
commit c79702df8e
7 changed files with 128 additions and 85 deletions

View File

@ -42,7 +42,7 @@ namespace ase.net
return base.Run (main, args);
}
protected bool Sleep(string name, Argument[] args, Return ret)
protected bool Sleep(Context ctx, string name, Argument[] args, Return ret)
{
System.Threading.Thread.Sleep((int)(args[0].LongValue*1000));
return ret.Set(0);