|
@@ -1621,7 +1621,7 @@ function(){
|
|
function to call the class method. Here is an example map of <i>IUnknown</i> of
|
|
function to call the class method. Here is an example map of <i>IUnknown</i> of
|
|
<i>TInterfacedObject</i>:<br>
|
|
<i>TInterfacedObject</i>:<br>
|
|
<pre>
|
|
<pre>
|
|
- {
|
|
|
|
|
|
+{
|
|
QueryInterface: function (){ return fn.apply(this.$o,arguments); },
|
|
QueryInterface: function (){ return fn.apply(this.$o,arguments); },
|
|
_AddRef: function (){ return fn.apply(this.$o,arguments); },
|
|
_AddRef: function (){ return fn.apply(this.$o,arguments); },
|
|
_Release: function (){ return fn.apply(this.$o,arguments); },
|
|
_Release: function (){ return fn.apply(this.$o,arguments); },
|