|
From: SourceForge.net <no...@so...> - 2003-08-23 01:23:31
|
Bugs item #784836, was opened at 2003-08-07 11:44 Message generated for change (Comment added) made by lmjohns3 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547854&aid=784836&group_id=76664 Category: IDL3 Parser >Group: 0.3 Series Status: Open Resolution: None >Priority: 9 Submitted By: Michael Haubenwallner (mhaubi) >Assigned to: Teiniker Egon (teiniker) 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 { }; }; ---------------------------------------------------------------------- >Comment By: Leif Johnson (lmjohns3) Date: 2003-08-22 21:23 Message: Logged In: YES user_id=284201 the minterfacedef::getidltype function isn't implemented in the parser. i don't know how we create a new midltype instance for an interface (or a component or home), so someone else needs to work on this. it would be nicer if minterfacedef inherited from midltype directly ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547854&aid=784836&group_id=76664 |