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