home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / oops / r3async.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.2 KB  |  53 lines

  1.  
  2. // JavaScript wrapper for r3async.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_ASYNC_H = 1;
  7. include("oops/r3root.js")
  8.  
  9.  
  10. var R3CLID_ASYNCEXECUTOR = 1909;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Run given method by async. thread. The method increases the * reference count of
  16. //      the call back object when the job is added to the job list and decrements
  17. //      the ref count when the method is executed. *
  18. // Returns: Boolean, true if succeeded.
  19. // p1: Object, object to be called as
  20. // p2: Integer, method
  21.  
  22. R3ASYNCM_DOMSGA3 = 1909000;
  23.  
  24. function mR3ASYNCM_DOMSGA3(p1, p2) {
  25.   return   DoA3(this.r3obj, 1909000, p1, R3TID_OBJECT, 0, p2, R3TID_INTEGER, 0, 0, R3TID_INTEGER, 0);
  26. }
  27.  
  28.  
  29. R3ASYNCM_DOMSGA3NOREFCOUNT = 1909001;
  30.  
  31. function mR3ASYNCM_DOMSGA3NOREFCOUNT() {
  32.   DoA(this.r3obj, 1909001, 0, R3TID_INTEGER, 0);
  33. }
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. function r3Asyncexecutor () { 
  41.    this.base = r3God;
  42.    if(arguments.length) {
  43.       this.base(R3CLID_ASYNCEXECUTOR, arguments);
  44.    }
  45.    // Methods
  46.    this.DOMSGA3=mR3ASYNCM_DOMSGA3;
  47.    this.DOMSGA3NOREFCOUNT=mR3ASYNCM_DOMSGA3NOREFCOUNT;
  48.  
  49.    // Attributes
  50. }
  51.  
  52. r3Asyncexecutor.prototype=new r3Root;
  53. // r3async.h_H