WebSocket client library

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Mon Mar 19 13:54:32 2012 +0000
Parent:
23:80bffaf28bef
Child:
25:2214f1e5d4a3
Commit message:

Changed in this revision

Websocket.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Websocket.cpp	Mon Mar 19 13:53:13 2012 +0000
+++ b/Websocket.cpp	Mon Mar 19 13:54:32 2012 +0000
@@ -1,7 +1,7 @@
 #include "Websocket.h"
 #include <string>
 
-#define DEBUG
+//#define DEBUG
 
 Websocket::Websocket(char * url, Wifly * wifi) {
     this->wifi = wifi;