]> git.buserror.net Git - polintos/scott/priv.git/blob - idl/namespace.idl
Add first draft of marshalling spec
[polintos/scott/priv.git] / idl / namespace.idl
1 interface Namespace {
2         guid: "4C81F0BD-EAB6-11D9-86E1-000A95BB581A";
3
4         // This doesn't work with the current idlc.
5 //      typedef char[] ns_component;
6
7         // FIXME: What about namespace members that are not objects,
8         // but rather arrays, structs, and such?
9
10         lookup_delimit(char[] name immutable, char delimiter, Object obj out);
11 //      lookup_nodelimit(ns_component[] name, Object obj out);
12 };