summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry/XImplementationRegistration.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-21 12:17:36 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-21 12:17:36 +0000
commita0195ed41ae9be58d5c08b2b674de96e1915da8e (patch)
tree1c204cb69858b698b374b2f064b852affa99255c /udkapi/com/sun/star/registry/XImplementationRegistration.idl
parentfde07db82a8b39281b83497a40244a194f088009 (diff)
merge from src641 internal ODK release
Diffstat (limited to 'udkapi/com/sun/star/registry/XImplementationRegistration.idl')
-rw-r--r--udkapi/com/sun/star/registry/XImplementationRegistration.idl49
1 files changed, 41 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration.idl b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
index 6adc7b6e7..34b6f6318 100644
--- a/udkapi/com/sun/star/registry/XImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XImplementationRegistration.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-12-11 13:29:16 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:17:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,9 +95,8 @@ interface XImplementationRegistration: com::sun::star::uno::XInterface
specifies the location of the component with the URL.
@param xReg
- specifies the registry where the component should be installed.
- If it is a NULL interface, then the component will be installed
- in the system registry (if this feature is supported).
+ specifies the registry where the component should be installed. If it is a NULL interface
+ the component will be installed in the system registry.
*/
void registerImplementation( [in] string aImplementationLoader,
[in] string aLocation,
@@ -113,9 +112,8 @@ interface XImplementationRegistration: com::sun::star::uno::XInterface
specifies the location of the component with the URL.
@param xReg
- specifies the registry where the component should be installed.
- If it is a NULL interface, then the component will be revoked
- from the system registry (if this feature is supported).
+ specifies the registry where the component should be installed. If it is a NULL interface
+ the component will be revoked from the system registry.
*/
boolean revokeImplementation( [in] string aLocation,
[in] com::sun::star::registry::XSimpleRegistry xReg );
@@ -158,5 +156,40 @@ interface XImplementationRegistration: com::sun::star::uno::XInterface
/*=============================================================================
+ $Log: not supported by cvs2svn $
+ Revision 1.7 2002/10/03 12:44:10 mi
+ #94968# IDL reviews merged
+
+ Revision 1.6.2.1 2002/03/26 14:24:17 jsc
+ #98365# reviewed
+
+ Revision 1.6 2001/11/16 15:05:59 mi
+ proofing by Richard Holt
+
+ Revision 1.5 2001/03/16 15:10:39 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.4 2000/11/08 12:28:50 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:32 hjs
+ initial import
+
+ Revision 1.6 2000/09/11 11:52:37 mi
+ documentation merged from XML
+
+ Revision 1.4 2000/03/09 13:28:37 jsc
+ #74029# insert misssing or change documentation
+
+ Revision 1.3 2000/02/07 11:24:45 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.2 1999/11/25 16:03:32 mi
+ welforming HTML for XML
+
+ Revision 1.1.1.1 1999/11/11 09:48:44 jsc
+ new
+
+
=============================================================================*/
#endif