Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
ec09c8f5
Commit
ec09c8f5
authored
Mar 04, 2020
by
legoc
Browse files
Replaced EventStreamSocket of This with an EventListener.
Corrected bug in EventThread: now events are cloned.
parent
17aa1e49
Changes
22
Hide whitespace changes
Inline
Side-by-side
src/cameo/impl/RequesterImpl.cpp
View file @
ec09c8f5
...
...
@@ -17,7 +17,7 @@
#include "RequesterImpl.h"
#include "../Application.h"
#include "../Serializer.h"
#include "
Application
Impl.h"
#include "
Services
Impl.h"
#include <sstream>
using
namespace
std
;
...
...
src/cameo/impl/ResponderImpl.cpp
View file @
ec09c8f5
...
...
@@ -17,7 +17,7 @@
#include "ResponderImpl.h"
#include "../Application.h"
#include "../Serializer.h"
#include "
Application
Impl.h"
#include "
Services
Impl.h"
#include "RequestImpl.h"
#include <sstream>
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment