summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/connection
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-23 13:56:14 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-23 13:56:14 +0000
commitcd9fdc3d3ccac85b44df23cf3198dc024ecc064c (patch)
tree1379aede26dcb05fad0095ab71f2d5e5d9db6c1b /udkapi/com/sun/star/connection
parentb8c17bef785199961a2205be85676810d83e0855 (diff)
INTEGRATION: CWS sb20 (1.7.16); FILE MERGED
2004/07/08 12:49:25 sb 1.7.16.1: #i29741# Retrofitted existing services as single-interface--based ones.
Diffstat (limited to 'udkapi/com/sun/star/connection')
-rw-r--r--udkapi/com/sun/star/connection/Acceptor.idl17
-rw-r--r--udkapi/com/sun/star/connection/Connector.idl18
2 files changed, 10 insertions, 25 deletions
diff --git a/udkapi/com/sun/star/connection/Acceptor.idl b/udkapi/com/sun/star/connection/Acceptor.idl
index 2963b3af123b..843b4d884897 100644
--- a/udkapi/com/sun/star/connection/Acceptor.idl
+++ b/udkapi/com/sun/star/connection/Acceptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Acceptor.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 15:32:25 $
+ * last change: $Author: rt $ $Date: 2004-07-23 14:55:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,12 @@
#ifndef __com_sun_star_connection_Acceptor_idl__
#define __com_sun_star_connection_Acceptor_idl__
-#ifndef __com_sun_star_connection_XAcceptor_idl__
-#include <com/sun/star/connection/XAcceptor.idl>
-#endif
-
//=============================================================================
module com { module sun { module star { module connection {
+published interface XAcceptor;
+
//=============================================================================
/** allows to accept connection attempts from another process.
@@ -78,12 +76,7 @@
connection type used in the connection string during accept()/connect() call.
*/
-published service Acceptor
-{
- /** The main interface of the service.
- **/
- interface com::sun::star::connection::XAcceptor;
-};
+published service Acceptor: XAcceptor;
//=============================================================================
diff --git a/udkapi/com/sun/star/connection/Connector.idl b/udkapi/com/sun/star/connection/Connector.idl
index 956b1e6f51d5..c3ba8357b1c2 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 15:33:07 $
+ * last change: $Author: rt $ $Date: 2004-07-23 14:56:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,12 @@
#ifndef __com_sun_star_connection_Connector_idl__
#define __com_sun_star_connection_Connector_idl__
-#ifndef __com_sun_star_connection_XConnector_idl__
-#include <com/sun/star/connection/XConnector.idl>
-#endif
-
//=============================================================================
module com { module sun { module star { module connection {
+published interface XConnector;
+
//=============================================================================
/** allows to establish a connection to another process.
@@ -77,13 +75,7 @@
them a service name com.sun.star.connection.Connector.xxx, where xxx is the
connection type used in the connection string during accept()/connect() call.
*/
-published service Connector
-{
- /** The main interface of the service.
- **/
-
- interface com::sun::star::connection::XConnector;
-};
+published service Connector: XConnector;
//=============================================================================