- Description
- Activate (i.e., register at the broker) the remote content providers
that until now have only been remembered by
::com::sun::star::ucb::XRemoteContentProviderAcceptor::addRemoteContentProvider ,
but not registered.
This allows for
::com::sun::star::ucb::XRemoteContentProviderAcceptor::addRemoteContentProvider
to be implemented in a layz fashion (remember the remote content
providers, but do not register them right away), which can increase
performance in certain situations. But it is not required that an
implementation of ::com::sun::star::ucb::XRemoteContentProviderAcceptor uses this
lazy strategy (and thus also implements this interface).
- Returns
-
the broker at which the remote content providers have been registered.
|