summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/DBUtils.h
blob: 6e530e7fce3cc3b5011518d88853ee82ecc89f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__
#define __54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__

void FixInvalidChars(CMStringW &s);

CMStringW GetNodeText(const TiXmlElement*);

bool CurrencyRates_DBWriteDouble(MCONTACT hContact, const char *szModule, const char *szSetting, double dValue);
bool CurrencyRates_DBReadDouble(MCONTACT hContact, const char *szModule, const char *szSetting, double& rdValue);

#endif //__54294385_3fdd_4f0c_98c3_c583a96e7fb4_DBUtils_h__