From 273239a647c0b2c9ca30f7ac011bd37db9e1b35a Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Apr 2003 08:36:03 +0000 Subject: INTEGRATION: CWS sdk01 (1.2.28); FILE MERGED 2003/04/07 09:03:25 mi 1.2.28.1: #107627# new idls marked with @since --- udkapi/com/sun/star/util/logging/XLogger.idl | 6 ++++-- udkapi/com/sun/star/util/logging/XLoggerRemote.idl | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'udkapi/com/sun') diff --git a/udkapi/com/sun/star/util/logging/XLogger.idl b/udkapi/com/sun/star/util/logging/XLogger.idl index 4f24e441045d..b41768940da5 100644 --- a/udkapi/com/sun/star/util/logging/XLogger.idl +++ b/udkapi/com/sun/star/util/logging/XLogger.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLogger.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:37:25 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:35:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,8 @@ module com { module sun { module star { module util { module logging { component implementing this interface for remote communication. This will enable some prechecks before the costly remote logging call is made. + + @since #107627# */ interface XLogger: com::sun::star::uno::XInterface diff --git a/udkapi/com/sun/star/util/logging/XLoggerRemote.idl b/udkapi/com/sun/star/util/logging/XLoggerRemote.idl index 543ca9aae1ff..6c01ebc3bb9d 100644 --- a/udkapi/com/sun/star/util/logging/XLoggerRemote.idl +++ b/udkapi/com/sun/star/util/logging/XLoggerRemote.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLoggerRemote.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:37:25 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:36:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,8 @@ module com { module sun { module star { module util { module logging { This enables ther server to communicate any changes in the configuration to the client. The client can use this info to do some prechecks thus avoiding unneccessary remote calls. + + @since #107627# */ interface XLoggerRemote: com::sun::star::uno::XInterface -- cgit