|
From: SourceForge.net <no...@so...> - 2003-08-07 15:44:36
|
Bugs item #784836, was opened at 2003-08-07 15:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547854&aid=784836&group_id=76664 Category: IDL3 Parser Group: 0.2 Series Status: Open Resolution: None Priority: 5 Submitted By: Michael Haubenwallner (mhaubi) Assigned to: Nobody/Anonymous (nobody) Summary: Interfaces as return-values are impossible Initial Comment: this idl-code fails to parse: module Test { interface xxx { attribute long uhu; }; interface Console { xxx println(in string s2); }; component Hello { attribute string prompt; provides Console console; }; home HelloHome manages Hello { }; }; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547854&aid=784836&group_id=76664 |