|
|
|
@ -153,7 +153,6 @@ static inline bool error(const char* format)
@@ -153,7 +153,6 @@ static inline bool error(const char* format)
|
|
|
|
|
|
|
|
|
|
void LogException(std::exception* pex, const char* pszThread); |
|
|
|
|
void PrintExceptionContinue(std::exception* pex, const char* pszThread); |
|
|
|
|
void ParseString(const std::string& str, char c, std::vector<std::string>& v); |
|
|
|
|
std::string FormatMoney(int64_t n, bool fPlus=false); |
|
|
|
|
bool ParseMoney(const std::string& str, int64_t& nRet); |
|
|
|
|
bool ParseMoney(const char* pszIn, int64_t& nRet); |
|
|
|
|