aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/utils/Utils.ts
diff options
context:
space:
mode:
authorMohammad Amoush <muhammedamoush@gmail.com>2019-11-06 19:20:45 -0500
committerMohammad Amoush <muhammedamoush@gmail.com>2019-11-06 19:20:45 -0500
commit76bc6041ddbbda7ba4c1560199acc08324648e99 (patch)
tree73a46e7226158ffdd999c4fc902af19239d14c7d /src/client/northstar/utils/Utils.ts
parent822e9094d195b6c42160370ad304144b2474d24e (diff)
2 person call done
Diffstat (limited to 'src/client/northstar/utils/Utils.ts')
-rw-r--r--src/client/northstar/utils/Utils.ts6
1 files changed, 6 insertions, 0 deletions
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;