Daniel Boelzle wrote:
namespace sdecl = comphelper::service_decl;
sdecl::ServiceDecl const myDecl(
    sdecl::class_<MyImpl>(),
    "org.openoffice.MyService",
    [optional "my.implementation.name"] );

If used as a global object, with a constructor that is executed when the DLL is loaded, that won't help with start-up performance.

Niklas

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

Reply via email to