summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-11-20 10:30:07 +0000
committerJoachim Lingner <jl@openoffice.org>2001-11-20 10:30:07 +0000
commit0693b3d50d71b309809bc1de45960ba0416fac0a (patch)
treee5507d61bdb234ad19327f1423664651bda8bdf2 /udkapi
parentd393f710e6730d492849234d295646055d16ef51 (diff)
added index sentence
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/uno/XUnloadingPreference.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/uno/XUnloadingPreference.idl b/udkapi/com/sun/star/uno/XUnloadingPreference.idl
index 575b83dc9311..34a0bf50c419 100644
--- a/udkapi/com/sun/star/uno/XUnloadingPreference.idl
+++ b/udkapi/com/sun/star/uno/XUnloadingPreference.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XUnloadingPreference.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $
+ * last change: $Author: jl $ $Date: 2001-11-20 11:30:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,10 @@
module com { module sun { module star { module uno {
//=============================================================================
-/** When someone calls <code>rtl_unloadUnusedModules</code> then the unloading
+/** Components can implement <code>XUnloadingPreference</code> in order to indicate
+ how they should be treated when their hosting library is to be unloaded.
+
+ When someone calls <code>rtl_unloadUnusedModules</code> then the unloading
listeners are notified by calling previously registered callback
functions. A listener is an entity that employs, registers, and
unregisters the callback functions on its behalf. Upon notification
@@ -83,7 +86,6 @@ module com { module sun { module star { module uno {
object; otherwise, it calls <code>releaseOnNotification</code>. If the function
returns false then the listener should keep the reference, otherwise
it may release it.
- <!-- jrh: Please review this comment, that the sense is retained. -->
*/
interface XUnloadingPreference: com::sun::star::uno::XInterface
{