Add upcast/cast_as to DynamicCapability. Also changed EventLoop.

wait_remote -> wait
This commit is contained in:
Jason Paryani
2013-11-12 20:28:23 -08:00
parent 496a126671
commit 5251cb5575
7 changed files with 50 additions and 19 deletions

View File

@@ -29,11 +29,9 @@ interface TestInterface {
# baz @2 (s: TestAllTypes);
}
# interface TestExtends extends(TestInterface) {
# qux @0 ();
# corge @1 TestAllTypes -> ();
# grault @2 () -> TestAllTypes;
# }
interface TestExtends extends(TestInterface) {
qux @0 ();
}
interface TestPipeline {
getCap @0 (n: UInt32, inCap :TestInterface) -> (s: Text, outBox :Box);