00001
00002
00003 #ifndef CONSTRAINT_TOKEN_H
00004 #define CONSTRAINT_TOKEN_H
00005 #include "ace/pre.h"
00006
00007 #ifndef YYERRCODE
00008 #define YYERRCODE 256
00009 #endif
00010
00011 #define TAO_GT 257
00012 #define TAO_GE 258
00013 #define TAO_LT 259
00014 #define TAO_LE 260
00015 #define TAO_EQ 261
00016 #define TAO_NE 262
00017 #define TAO_EXIST 263
00018 #define TAO_AND 264
00019 #define TAO_OR 265
00020 #define TAO_NOT 266
00021 #define TAO_IN 267
00022 #define TAO_TWIDDLE 268
00023 #define TAO_BOOLEAN 269
00024 #define TAO_PLUS 270
00025 #define TAO_MINUS 271
00026 #define TAO_MULT 272
00027 #define TAO_DIV 273
00028 #define TAO_UMINUS 274
00029 #define TAO_NUMBER 275
00030 #define TAO_RPAREN 276
00031 #define TAO_LPAREN 277
00032 #define TAO_IDENT 278
00033 #define TAO_STRING 279
00034 #define TAO_UNKNOWN 280
00035 #define TAO_SIGNED 281
00036 #define TAO_UNSIGNED 282
00037 #define TAO_DOUBLE 283
00038 #define TAO_CONSTRAINT 284
00039 #define TAO_SEQUENCE 285
00040 #define TAO_WITH 286
00041 #define TAO_MAX 287
00042 #define TAO_MIN 288
00043 #define TAO_FIRST 289
00044 #define TAO_RANDOM 290
00045 #include "ace/post.h"
00046 #endif