summaryrefslogtreecommitdiff
path: root/cppu/inc/typelib
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-20 08:26:13 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-20 08:26:13 +0000
commit2dbfec938392cfec53db54e7e15a6fe3fc13f7dc (patch)
treec44a8f416fc78aeb49830ee95dc14e5e214d80f0 /cppu/inc/typelib
parent93b5670a19e39de1c8a887314ead3632d5647a48 (diff)
INTEGRATION: CWS sb21 (1.17.2); FILE MERGED
2004/08/03 10:13:44 sb 1.17.2.1: #i25687# Added missing @since tags.
Diffstat (limited to 'cppu/inc/typelib')
-rw-r--r--cppu/inc/typelib/typedescription.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/inc/typelib/typedescription.h b/cppu/inc/typelib/typedescription.h
index 92925ddff223..8769e799070e 100644
--- a/cppu/inc/typelib/typedescription.h
+++ b/cppu/inc/typelib/typedescription.h
@@ -2,9 +2,9 @@
*
* $RCSfile: typedescription.h,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 14:39:53 $
+ * last change: $Author: rt $ $Date: 2004-08-20 09:26:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -373,6 +373,8 @@ typedef struct _typelib_InterfaceMethodTypeDescription
sal_Bool bOneWay;
/** the interface description this method is a member of
+
+ @since #i21150#
*/
struct _typelib_InterfaceTypeDescription * pInterface;
/** the inherited direct base method (null for a method that is not
@@ -408,6 +410,8 @@ typedef struct _typelib_InterfaceAttributeTypeDescription
typelib_TypeDescriptionReference * pAttributeTypeRef;
/** the interface description this attribute is a member of
+
+ @since #i21150#
*/
struct _typelib_InterfaceTypeDescription * pInterface;
/** the inherited direct base attribute (null for an attribute that is not