Tiny thread service refactoring

This commit is contained in:
Alex Dima
2016-02-16 15:55:47 +01:00
parent d2a151fcc6
commit dad95cee20
8 changed files with 27 additions and 27 deletions
@@ -19,7 +19,7 @@ export class PluginHostThreadService extends abstractThreadService.AbstractThrea
constructor(remoteCom: remote.IRemoteCom) {
super(false);
this._remoteCom = remoteCom;
this._remoteCom.registerBigHandler(this);
this._remoteCom.setManyHandler(this);
// Register all statically instantiated synchronizable objects
readThreadSynchronizableObjects().forEach((obj) => this.registerInstance(obj));