From 0bdf849fea4ac608fa70378d62259d608a6f8ea9 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Wed, 13 Nov 2002 14:51:11 +0000 Subject: #104677# - Added PROPERTY, CONSTANT, CONSTANTS, SINGLETON --- udkapi/com/sun/star/uno/TypeClass.idl | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'udkapi/com/sun/star/uno/TypeClass.idl') diff --git a/udkapi/com/sun/star/uno/TypeClass.idl b/udkapi/com/sun/star/uno/TypeClass.idl index a0988b330fde..c8f620f8d098 100644 --- a/udkapi/com/sun/star/uno/TypeClass.idl +++ b/udkapi/com/sun/star/uno/TypeClass.idl @@ -2,9 +2,9 @@ * * $RCSfile: TypeClass.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dbo $ $Date: 2002-01-23 08:52:21 $ + * last change: $Author: kso $ $Date: 2002-11-13 15:51:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,24 +148,33 @@ enum TypeClass /** reflecting interface types */ INTERFACE, - /** reflecting services */ SERVICE, /** reflecting modules */ MODULE, - /** reflecting interface methods */ INTERFACE_METHOD, /** reflecting interface attributes */ INTERFACE_ATTRIBUTE, - /** reflecting the unreflectable type */ - UNKNOWN + UNKNOWN, + /** reflecting properties + */ + PROPERTY, + /** reflecting constants + */ + CONSTANT, + /** reflecting constants groups + */ + CONSTANTS, + /** reflecting singletons + */ + SINGLETON }; //============================================================================= @@ -175,6 +184,9 @@ enum TypeClass /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/01/23 08:52:21 dbo + #96711# IDL documentation review + Revision 1.4 2000/11/08 12:29:00 mi moved from api -- cgit