From 76bc6041ddbbda7ba4c1560199acc08324648e99 Mon Sep 17 00:00:00 2001 From: Mohammad Amoush Date: Wed, 6 Nov 2019 19:20:45 -0500 Subject: 2 person call done --- src/client/northstar/utils/Utils.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/northstar/utils/Utils.ts') diff --git a/src/client/northstar/utils/Utils.ts b/src/client/northstar/utils/Utils.ts index d071dec62..09f83ce80 100644 --- a/src/client/northstar/utils/Utils.ts +++ b/src/client/northstar/utils/Utils.ts @@ -4,6 +4,12 @@ import { IBaseFilterProvider } from '../core/filter/IBaseFilterProvider'; import { AggregateFunction } from '../model/idea/idea'; export class Utils { + static Emit() { + throw new Error("Method not implemented."); + } + static EmitCallback() { + throw new Error("Method not implemented."); + } public static EqualityHelper(a: Object, b: Object): boolean { if (a === b) return true; -- cgit v1.2.3-70-g09d2