Rename HttpConnection to HttpSession; refine error messages.

This commit is contained in:
Chunting Gu
2018-09-10 10:31:41 +08:00
parent 3cab68cf33
commit 87ead87527
21 changed files with 122 additions and 124 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#endif // _MSC_VER
// Explicitly declare the copy constructor and assignment operator as deleted.
#define DELETE_COPY_AND_ASSIGN(TypeName) \
#define WEBCC_DELETE_COPY_ASSIGN(TypeName) \
TypeName(const TypeName&) = delete; \
TypeName& operator=(const TypeName&) = delete;