Remove thread attribute usage from markerService

This commit is contained in:
Alex Dima
2016-02-18 09:04:50 +01:00
parent 2b139c005a
commit c3d6ebc9c8
19 changed files with 64 additions and 120 deletions
@@ -119,10 +119,6 @@ export abstract class AbstractThreadService implements remote.IManyHandler {
return instance;
}
registerInstance<T extends IThreadSynchronizableObject<any>>(instance: T): void {
this._finishInstance(instance);
}
public handle(rpcId: string, methodName: string, args: any[]): any {
if (!this._localObjMap[rpcId]) {
throw new Error('Unknown actor ' + rpcId);