diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:36:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:36:03 +0000 |
commit | 273239a647c0b2c9ca30f7ac011bd37db9e1b35a (patch) | |
tree | f786ce256f93b14c7da395b2ae9c3e1ee896deb7 /udkapi/com/sun | |
parent | 4cd00c9d6d9f89dae93ebb52f43388151e77e1ec (diff) |
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
Diffstat (limited to 'udkapi/com/sun')
-rw-r--r-- | udkapi/com/sun/star/util/logging/XLogger.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/util/logging/XLoggerRemote.idl | 6 |
2 files changed, 8 insertions, 4 deletions
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 |