|
@@ -14663,7 +14663,6 @@ begin
|
|
'rtl.createClass($mod, "TBird", $mod.TObject, function () {',
|
|
'rtl.createClass($mod, "TBird", $mod.TObject, function () {',
|
|
' this.Fly = function (i) {',
|
|
' this.Fly = function (i) {',
|
|
' };',
|
|
' };',
|
|
- ' this.$intfmaps = {};',
|
|
|
|
' rtl.addIntf(this, $mod.IBird);',
|
|
' rtl.addIntf(this, $mod.IBird);',
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
'});',
|
|
'});',
|
|
@@ -14819,7 +14818,6 @@ begin
|
|
' rtl.addIntf(this, $mod.IDog);',
|
|
' rtl.addIntf(this, $mod.IDog);',
|
|
'});',
|
|
'});',
|
|
'rtl.createClass($mod, "TBird", $mod.TObject, function () {',
|
|
'rtl.createClass($mod, "TBird", $mod.TObject, function () {',
|
|
- ' this.$intfmaps = {};',
|
|
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
' rtl.addIntf(this, $mod.IBird);',
|
|
' rtl.addIntf(this, $mod.IBird);',
|
|
' rtl.addIntf(this, $mod.IDog);',
|
|
' rtl.addIntf(this, $mod.IDog);',
|
|
@@ -14871,19 +14869,16 @@ begin
|
|
'rtl.createClass($mod, "TBird", $mod.TObject, function () {',
|
|
'rtl.createClass($mod, "TBird", $mod.TObject, function () {',
|
|
' this.Go = function () {',
|
|
' this.Go = function () {',
|
|
' };',
|
|
' };',
|
|
- ' this.$intfmaps = {};',
|
|
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
'});',
|
|
'});',
|
|
'rtl.createClass($mod, "TCat", $mod.TObject, function () {',
|
|
'rtl.createClass($mod, "TCat", $mod.TObject, function () {',
|
|
' this.Go = function () {',
|
|
' this.Go = function () {',
|
|
' };',
|
|
' };',
|
|
- ' this.$intfmaps = {};',
|
|
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
'});',
|
|
'});',
|
|
'rtl.createClass($mod, "TDog", $mod.TObject, function () {',
|
|
'rtl.createClass($mod, "TDog", $mod.TObject, function () {',
|
|
' this.Go = function () {',
|
|
' this.Go = function () {',
|
|
' };',
|
|
' };',
|
|
- ' this.$intfmaps = {};',
|
|
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
' rtl.addIntf(this, $mod.IUnknown);',
|
|
'});',
|
|
'});',
|
|
'']),
|
|
'']),
|
|
@@ -15544,6 +15539,7 @@ begin
|
|
' };',
|
|
' };',
|
|
' return Result;',
|
|
' return Result;',
|
|
' };',
|
|
' };',
|
|
|
|
+ ' rtl.addIntf(this, $mod.IUnknown);',
|
|
'});',
|
|
'});',
|
|
'']),
|
|
'']),
|
|
LinesToStr([ // $mod.$main
|
|
LinesToStr([ // $mod.$main
|