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.
This commit is contained in:
Oliver Bolte 2004-06-04 02:07:56 +00:00
parent 4a74559eef
commit e563d02722
2 changed files with 7 additions and 5 deletions

View file

@ -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;

View file

@ -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<E_TokenId> EV_TokenId;