Converting to PIMPL, adding a dummy WebSocket, and introducing a compilation

unit via EASYWSCLIENT_COMPILATION_UNIT.
This commit is contained in:
David Baird
2012-08-20 13:29:53 -06:00
parent d4e6176868
commit ff7780f09b
4 changed files with 179 additions and 92 deletions
+1
View File
@@ -1,5 +1,6 @@
// Compile with:
// g++ -std=gnu++0x example-client-cpp11.cpp -o example-client-cpp11
#define EASYWSCLIENT_COMPILATION_UNIT
#include "easywsclient.hpp"
#include <assert.h>
#include <stdio.h>