interface Namespace { guid: "4C81F0BD-EAB6-11D9-86E1-000A95BB581A"; // This doesn't work with the current idlc. // typedef char[] ns_component; // FIXME: What about namespace members that are not objects, // but rather arrays, structs, and such? lookup_delimit(char[] name immutable, char delimiter, Object obj out); // lookup_nodelimit(ns_component[] name, Object obj out); };