git ssb

0+

wanderer🌟 / js-primea-abstract-container



Commit f70855436c6ff4f1f122ea085fdba68dd5770cdf

Merge pull request #3 from primea/type

added id
wanderer authored on 8/2/2017, 7:05:31 PM
GitHub committed on 8/2/2017, 7:05:31 PM
Parent: 7100533039e10c1e9e3377038b16ea53560f3f42
Parent: 21aad1371fa7959281ac2fc624f888cb43e6a43b

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. This can be overriden at the time the container is registered with the hypervisor.
44 + static get containerTypeId () {
45 + throw new Error('Unimplemented container type id')
46 + }
4147 }

Built with git-ssb-web