diff options
author | Mike Buland <eichlan@xagasoft.com> | 2023-07-29 00:19:13 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2023-07-29 00:19:13 -0700 |
commit | 412173a23c88a49ebaeb982e0c7eeddc5662b8cc (patch) | |
tree | b00519e715b3ffecd342746e433d8e2dc0eb308e /src/unstable/protocolwebsocket.cpp | |
parent | 915005e218b5d00939b548de65ce6354f7acb487 (diff) | |
download | libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.gz libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.bz2 libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.xz libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.zip |
Many bugfixes. It's almost working!
Diffstat (limited to 'src/unstable/protocolwebsocket.cpp')
-rw-r--r-- | src/unstable/protocolwebsocket.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unstable/protocolwebsocket.cpp b/src/unstable/protocolwebsocket.cpp index 15b7288..fa2d882 100644 --- a/src/unstable/protocolwebsocket.cpp +++ b/src/unstable/protocolwebsocket.cpp | |||
@@ -21,7 +21,8 @@ | |||
21 | 21 | ||
22 | #include <stdlib.h> | 22 | #include <stdlib.h> |
23 | 23 | ||
24 | #define DEBUG( X ) { } (void)0 | 24 | //#define DEBUG( X ) { } (void)0 |
25 | #define DEBUG( X ) { X; } (void)0 | ||
25 | 26 | ||
26 | Bu::ProtocolWebSocket::ProtocolWebSocket() : | 27 | Bu::ProtocolWebSocket::ProtocolWebSocket() : |
27 | eStatus( stProtoId ) | 28 | eStatus( stProtoId ) |