To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100050
                 Issue #|100050
                 Summary|RFE: templates for interfaces
               Component|api
                 Version|OOo 3.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|fs





------- Additional comments from [email protected] Mon Mar  9 13:19:05 +0000 
2009 -------
UNO features templates for structs, like in ... uhm, well, autodoc seemingly
cannot cope with Pair.idl ... okay, like in
http://api.openoffice.org/docs/common/ref/com/sun/star/beans/Optional.html.

It would be useful to extend this to interfaces as well, so that you can do
something like
  interface XMap< KEY, VALUE >
  {
    ...
    void put( [in] KEY _key, [in] VALUE _value );
    VALUE get( [in] KEY _key );
  };

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to