Replace boost thread with std thread; update rest book example; move soap tutorials to wiki.

This commit is contained in:
Adam Gu
2018-07-23 15:40:58 +08:00
parent 6475a3fd35
commit 33f2b84f8c
11 changed files with 64 additions and 446 deletions
+1 -2
View File
@@ -79,8 +79,7 @@ class CalcClient {
int main() {
WEBCC_LOG_INIT("", webcc::LOG_CONSOLE);
// Default port 80.
CalcClient calc("ws1.parasoft.com", "");
CalcClient calc("ws1.parasoft.com", ""); // Use default port 80
double x = 1.0;
double y = 2.0;