Kaydet (Commit) 55863476 authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS sb22 (1.3.14); FILE MERGED

2004/10/14 10:56:20 sb 1.3.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 14:44:50 sb 1.3.14.1: #i33217# Fixed @since tags.
üst a4d7cfbe
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: IMethodDescription.java,v $ * $RCSfile: IMethodDescription.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: obo $ $Date: 2004-06-04 02:56:06 $ * last change: $Author: pjunck $ $Date: 2004-11-03 08:52:51 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -72,8 +72,6 @@ import java.lang.reflect.Method; ...@@ -72,8 +72,6 @@ import java.lang.reflect.Method;
* @deprecated This interface does not cover all the features supported by the * @deprecated This interface does not cover all the features supported by the
* corresponding (unpublished) implementation. But no client code should need * corresponding (unpublished) implementation. But no client code should need
* to access this functionality, anyway. * to access this functionality, anyway.
*
* @since UDK3.0
*/ */
public interface IMethodDescription extends IMemberDescription { public interface IMethodDescription extends IMemberDescription {
/** /**
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ITypeDescription.java,v $ * $RCSfile: ITypeDescription.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: obo $ $Date: 2004-06-04 02:56:19 $ * last change: $Author: pjunck $ $Date: 2004-11-03 08:53:21 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -68,8 +68,6 @@ package com.sun.star.uno; ...@@ -68,8 +68,6 @@ package com.sun.star.uno;
* @deprecated This interface does not cover all the features supported by the * @deprecated This interface does not cover all the features supported by the
* corresponding (unpublished) implementation. But no client code should need * corresponding (unpublished) implementation. But no client code should need
* to access this functionality, anyway. * to access this functionality, anyway.
*
* @since UDK3.0
*/ */
public interface ITypeDescription { public interface ITypeDescription {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment