INTEGRATION: CWS adc10 (1.1.1.1.132); FILE MERGED

2004/12/14 17:20:21 np 1.1.1.1.132.1: #i38230#
This commit is contained in:
Oliver Bolte 2005-01-27 10:25:22 +00:00
parent df731aa160
commit 894e071f6d
2 changed files with 6 additions and 5 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: pe_tpltp.hxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: np $ $Date: 2002-03-08 14:45:31 $
* last change: $Author: obo $ $Date: 2005-01-27 11:24:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -106,7 +106,7 @@ class PE_TemplateTop : public cpp::Cpp_PE
void On_start_Less(const char *);
void On_expect_qualifier_class(const char *);
void On_expect_qualifier_ClassOrTypename(const char *);
void On_expect_qualifier_Other(const char *);
void On_expect_name_Identifier(const char *);

View file

@ -2,9 +2,9 @@
*
* $RCSfile: pe_type.hxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: np $ $Date: 2002-03-08 14:45:31 $
* last change: $Author: obo $ $Date: 2005-01-27 11:25:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -146,6 +146,7 @@ class PE_Type : public Cpp_PE
void On_start_DoubleColon(const char *);
void On_start_BuiltInType(const char *);
void On_start_TypeSpecializer(const char *);
void On_start_typename(const char *);
void On_expect_namesegment_Identifier(const char *);