summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/connection/Connector.idl
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-10-12 15:04:15 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-10-12 15:04:15 +0000
commit12f3b88dd40e392dc35a262a9a2baed10c1504ff (patch)
tree1845fc794f31c63a47ff8e25f63e11dec9448071 /udkapi/com/sun/star/connection/Connector.idl
parent48e5d83c42cf2dcea21bfda17a1ed692ee927d2e (diff)
#88337# documentation reviewd
Diffstat (limited to 'udkapi/com/sun/star/connection/Connector.idl')
-rw-r--r--udkapi/com/sun/star/connection/Connector.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/connection/Connector.idl b/udkapi/com/sun/star/connection/Connector.idl
index 465b9f613038..f0656b4262ed 100644
--- a/udkapi/com/sun/star/connection/Connector.idl
+++ b/udkapi/com/sun/star/connection/Connector.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Connector.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:30 $
+ * last change: $Author: jbu $ $Date: 2001-10-12 16:04:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,11 +72,16 @@
//=============================================================================
/** allows to establish a connection to another process.
+ <p>
+ Connector is a delagating service. You can add further connectors by giving
+ them a service name com.sun.star.connection.Connector.xxx, where xxx is the
+ connection type used int the connection string during accept()/connect() call.
*/
service Connector
{
/** The main interface of the service.
**/
+
interface com::sun::star::connection::XConnector;
};