summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/Trader/Constraint_Tokens.h
blob: a40ff4d15daca558e6c8d9d6e57d43a07496fdda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// $Id$

#ifndef CONSTRAINT_TOKEN_H
#define CONSTRAINT_TOKEN_H
#include /**/ "ace/pre.h"

#ifndef YYERRCODE
#define YYERRCODE 256
#endif

#define TAO_GT 257
#define TAO_GE 258
#define TAO_LT 259
#define TAO_LE 260
#define TAO_EQ 261
#define TAO_NE 262
#define TAO_EXIST 263
#define TAO_AND 264
#define TAO_OR 265
#define TAO_NOT 266
#define TAO_IN 267
#define TAO_TWIDDLE 268
#define TAO_BOOLEAN 269
#define TAO_PLUS 270
#define TAO_MINUS 271
#define TAO_MULT 272
#define TAO_DIV 273
#define TAO_UMINUS 274
#define TAO_NUMBER 275
#define TAO_RPAREN 276
#define TAO_LPAREN 277
#define TAO_IDENT 278
#define TAO_STRING 279
#define TAO_UNKNOWN 280
#define TAO_SIGNED 281
#define TAO_UNSIGNED 282
#define TAO_DOUBLE 283
#define TAO_CONSTRAINT 284
#define TAO_SEQUENCE 285
#define TAO_WITH 286
#define TAO_MAX 287
#define TAO_MIN 288
#define TAO_FIRST 289
#define TAO_RANDOM 290
#include /**/ "ace/post.h"
#endif /* CONSTRAINT_TOKEN_H */