1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00
This commit is contained in:
stefanocasazza
2017-07-29 18:44:48 +02:00
parent 01e5f2822f
commit 493e28dd83
75 changed files with 797 additions and 343 deletions

View File

@@ -277,6 +277,10 @@ public:
static bool manageRequestOnRemoteServer();
#endif
#if !defined(U_LOG_DISABLE) || defined(USE_LIBZ)
static void parserExecute(const char* ptr, uint32_t len);
#endif
static void setHostname(const char* ptr, uint32_t len);
static void setHostname(const UString& name) { setHostname(U_STRING_TO_PARAM(name)); }