summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl8
-rw-r--r--offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl8
2 files changed, 12 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl b/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
index 57cf75c033c3..44906f7ebefa 100644
--- a/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
+++ b/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RemoteContentProviderAcceptor.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sb $ $Date: 2001-02-09 12:42:41 $
+ * last change: $Author: sb $ $Date: 2001-02-12 09:35:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,10 @@ service RemoteContentProviderAcceptor
//------------------------------------------------------------------------
/** This optional interface can be used to adopt a layz implement strategy
for this service, which can improve performance in certain situations.
+
+ @deprecated
+ The way this works might change, therefore this interface is marked as
+ deprectated.
*/
[optional] interface XRemoteContentProviderActivator;
};
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
index de7457521404..e5d8373ca79a 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRemoteContentProviderActivator.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sb $ $Date: 2001-02-09 12:42:02 $
+ * last change: $Author: sb $ $Date: 2001-02-12 09:35:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,10 @@ interface XContentProviderManager;
<type scope="com::sun::star::ucb">XRemoteContentProviderAcceptor</type>
and allows for a lazy implementation of
<method scope="com::sun::star::ucb::XRemoteContentProviderAcceptor">addRemoteContentProvider</method>.
+
+ @deprecated
+ The way this works might change, therefore this interface is marked as
+ deprectated.
*/
[uik(F2686420-FDB7-11D4-A0370050-04526AAD),
ident("XRemoteContentProviderActivator", 1.0)]