home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / baku100.zip / baku100 / Kernel / ResourceInitContext.tonyu < prev    next >
Text File  |  2001-07-16  |  163b  |  17 lines

  1. extends Object;
  2.  
  3. function wait() {
  4.   w=w+1;
  5. }
  6.  
  7. function completed() {
  8.   c=c+1;
  9. }
  10.  
  11. function progressed() {
  12.   p=p+1;
  13. }
  14.  
  15. function error() {
  16.   e=e+1;
  17. }