From 12f3b88dd40e392dc35a262a9a2baed10c1504ff Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Fri, 12 Oct 2001 15:04:15 +0000 Subject: #88337# documentation reviewd --- udkapi/com/sun/star/connection/Connector.idl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'udkapi/com/sun/star/connection/Connector.idl') 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. +

+ 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; }; -- cgit