Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef TAO_ESF_DEFAULTS_H
00016 #define TAO_ESF_DEFAULTS_H
00017
00018 #ifndef TAO_ESF_ENABLE_DEBUG_MESSAGES
00019 #define TAO_ESF_ENABLE_DEBUG_MESSAGES 0
00020 #endif
00021
00022
00023
00024
00025 #ifndef TAO_ESF_DEFAULT_BUSY_HWM
00026 # define TAO_ESF_DEFAULT_BUSY_HWM 1024
00027 #endif
00028
00029 #ifndef TAO_ESF_DEFAULT_MAX_WRITE_DELAY
00030 # define TAO_ESF_DEFAULT_MAX_WRITE_DELAY 2048
00031 #endif
00032
00033 #ifndef TAO_ESF_DEFAULT_ORB_ID
00034 # define TAO_ESF_DEFAULT_ORB_ID ""
00035 #endif
00036
00037 #endif