home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3async.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_ASYNC_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_ASYNCEXECUTOR = 1909;
-
-
-
-
- // Description: Run given method by async. thread. The method increases the * reference count of
- // the call back object when the job is added to the job list and decrements
- // the ref count when the method is executed. *
- // Returns: Boolean, true if succeeded.
- // p1: Object, object to be called as
- // p2: Integer, method
-
- R3ASYNCM_DOMSGA3 = 1909000;
-
- function mR3ASYNCM_DOMSGA3(p1, p2) {
- return DoA3(this.r3obj, 1909000, p1, R3TID_OBJECT, 0, p2, R3TID_INTEGER, 0, 0, R3TID_INTEGER, 0);
- }
-
-
- R3ASYNCM_DOMSGA3NOREFCOUNT = 1909001;
-
- function mR3ASYNCM_DOMSGA3NOREFCOUNT() {
- DoA(this.r3obj, 1909001, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Asyncexecutor () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_ASYNCEXECUTOR, arguments);
- }
- // Methods
- this.DOMSGA3=mR3ASYNCM_DOMSGA3;
- this.DOMSGA3NOREFCOUNT=mR3ASYNCM_DOMSGA3NOREFCOUNT;
-
- // Attributes
- }
-
- r3Asyncexecutor.prototype=new r3Root;
- // r3async.h_H