diff options
Diffstat (limited to 'protocols/CurrencyRates/src/EconomicRateInfo.h')
-rw-r--r-- | protocols/CurrencyRates/src/EconomicRateInfo.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/EconomicRateInfo.h b/protocols/CurrencyRates/src/EconomicRateInfo.h index 3b55b7f0ad..3eaccc45e3 100644 --- a/protocols/CurrencyRates/src/EconomicRateInfo.h +++ b/protocols/CurrencyRates/src/EconomicRateInfo.h @@ -11,6 +11,10 @@ enum ERefreshRateType RRT_HOURS = 2 }; +#define DB_STR_FROM_ID "FromID" +#define DB_STR_TO_ID "ToID" +#define DB_STR_FROM_DESCRIPTION "FromDesc" +#define DB_STR_TO_DESCRIPTION "ToDesc" #define DB_STR_ENABLE_LOG "EnableLog" #define DB_STR_CURRENCYRATE_PROVIDER "CurrencyRateProvider" #define DB_STR_CURRENCYRATE_ID "CurrencyRateID" @@ -20,7 +24,6 @@ enum ERefreshRateType #define DB_STR_CURRENCYRATE_CURR_VALUE "CurrentCurrencyRateValue" #define DB_STR_CURRENCYRATE_FETCH_TIME "FetchTime" - enum ELogMode { lmDisabled = 0x0000, |