diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:43:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:43:47 +0000 |
commit | 37bb0b502e4590cb463842b5b6ff4add04beed14 (patch) | |
tree | 680f68b6a2ee1136d3f3a6ce0ba6a1dd9239736e /idlc/inc | |
parent | b11667aa2b663824e70a535138d9dd1e8f7f3d2e (diff) |
INTEGRATION: CWS sb14 (1.3.4); FILE MERGED
2004/03/12 14:30:29 sb 1.3.4.1: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob.
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/idlctypes.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/idlc/inc/idlc/idlctypes.hxx b/idlc/inc/idlc/idlctypes.hxx index 8e6606850f9d..a6122b7b2827 100644 --- a/idlc/inc/idlc/idlctypes.hxx +++ b/idlc/inc/idlc/idlctypes.hxx @@ -2,9 +2,9 @@ * * $RCSfile: idlctypes.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-02-03 11:57:35 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:43:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -284,7 +284,6 @@ enum ParseState PS_OpTypeSeen, // Seen operation return type PS_OpIDSeen, // Seen operation ID PS_OpParsCompleted, // Completed operation param list - PS_OpRaiseCompleted, // Completed operation except list PS_OpCompleted, // Completed operation statement PS_OpSqSeen, // Seen '(' for operation PS_OpQsSeen, // Seen ')' for operation @@ -292,11 +291,12 @@ enum ParseState PS_OpParDirSeen, // Seen parameter direction PS_OpParTypeSeen, // Seen parameter type PS_OpParDeclSeen, // Seen parameter declaration - PS_OpRaiseSeen, // Seen RAISES keyword - PS_OpRaiseSqSeen, // Seen '(' for RAISES - PS_OpRaiseQsSeen, // Seen ')' for RAISES PS_OpOnewaySeen, // Seen ONEWAY keyword + PS_RaiseSeen, // Seen RAISES keyword + PS_RaiseSqSeen, // Seen '(' for RAISES + PS_RaiseQsSeen, // Seen ')' for RAISES + PS_DeclsCommaSeen, // Seen ',' in declarators list PS_DeclsDeclSeen // Seen complete decl in decls list }; |