Menu

#2 Interfaces as return-values are impossible

0.3_Series
open
IDL3 Parser (2)
9
2003-08-23
2003-08-07
No

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 {
};
};

Discussion

  • Leif Johnson

    Leif Johnson - 2003-08-23

    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 ...

     
  • Leif Johnson

    Leif Johnson - 2003-08-23
    • milestone: 287870 --> 0.3_Series
    • priority: 5 --> 9
    • assigned_to: nobody --> teiniker
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.