[EMAIL PROTECTED] wrote:
   *Type*       info
*Title*         new interface ::com::sun::star::mozilla::MozillaBootstrap
*Posted by*     [EMAIL PROTECTED]
*Affected*      ,connectivity
*Effective from*        SRC680 CWS mozab05



/*Summary*/


Add new service ::com::sun::star::mozilla::MozillaBootstrap to support access multiple Mozilla/Thunderbird/firefox profiles.



/*Description*/

We use Mozilla codes in Mozilla Address Book Integration project and
xmlsercurity project. So we need a way to select which Mozilla profile
we want to use.  This service providers ways to discover and select
Mozilla/Thunderbird/firefox profiles at run time.

You should consider using the improved UNO features for this new service. If you write it as


  service MozillaBootstrap: XMozillaBootstrap;

instead of

  service MozillaBootstrap {
    interface XMozillaBootstrap;
  };

it will get a convenient constructor in the C++ and Java language bindings, see <http://udk.openoffice.org/common/man/draft/multinherit.html>.

(Also, a UNOIDL entity should only be marked as "published" after it has proven to be sufficiently mature, or if there is a compelling need to offer it now to external developers in a form forever fixed.)

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to