From e563d0272216d9b58472adb0440acbe5cfc03494 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 02:07:56 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.3.100); FILE MERGED 2004/05/25 14:11:29 np 1.3.100.1: #i21150# Allow the token 'published' in IDL syntax. Still has to be interpreted, task for a later cws. --- autodoc/source/parser_i/idl/tk_keyw.cxx | 5 +++-- autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/autodoc/source/parser_i/idl/tk_keyw.cxx b/autodoc/source/parser_i/idl/tk_keyw.cxx index 3fb873c471e0..b0b6de29dfe7 100644 --- a/autodoc/source/parser_i/idl/tk_keyw.cxx +++ b/autodoc/source/parser_i/idl/tk_keyw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tk_keyw.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: np $ $Date: 2002-11-01 17:15:41 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:07:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,6 +125,7 @@ TokStereotype::EV_TokenId ev_ste_readonly(TokStereotype::ste_readonly,"readonl TokStereotype::EV_TokenId ev_ste_removable(TokStereotype::ste_removable,"removable"); TokStereotype::EV_TokenId ev_ste_virtual(TokStereotype::ste_virtual,"virtual"); TokStereotype::EV_TokenId ev_ste_transient(TokStereotype::ste_transient,"transient"); +TokStereotype::EV_TokenId ev_ste_published(TokStereotype::ste_published,"published"); lux::EnumValueMap G_aTokParameterHandling_EV_TokenId_Values; diff --git a/autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx b/autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx index f05ab5a90874..40098fa570d9 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/tk_keyw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tk_keyw.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: np $ $Date: 2002-11-01 17:15:51 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:07:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -195,7 +195,8 @@ class TokStereotype : public TokKeyword ste_readonly, ste_removable, ste_virtual, - ste_transient + ste_transient, + ste_published }; typedef lux::Enum EV_TokenId;