git ssb

0+

wanderer🌟 / js-primea-abstract-container



Commit 2875154fe9697e1d56b4f5899a99fc8ed4803a4b

added id

wanderer committed on 7/29/2017, 6:21:04 PM
Parent: 7100533039e10c1e9e3377038b16ea53560f3f42

Files changed

index.jschanged
index.jsView
@@ -37,5 +37,11 @@
3737 // requested it has to be deserialised from storage and spinned up. This can be
3838 // a time consuming operation.
3939 this.kernel.shutdown()
4040 }
41 +
42 + // each container type used in a hypervisor instance must have a different
43 + // id defined as an interger
44 + static get id () {
45 + throw new Error('Unimplemented id')
46 + }
4147 }

Built with git-ssb-web