mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
remove boost atomic uses
This commit is contained in:
parent
3fdf77d29b
commit
bc1c6f7b9a
@ -180,9 +180,6 @@ void WSServer::onMessage(connection_hdl hdl, server::message_ptr message)
|
||||
std::string response = handler.processIncomingMessage(payload);
|
||||
|
||||
_server.send(hdl, response, websocketpp::frame::opcode::text);
|
||||
|
||||
boost::atomic<QVariantHash> atomicTest;
|
||||
atomicTest.load().insert("jambon", true);
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,6 @@ with this program. If not, see <https://www.gnu.org/licenses/>
|
||||
#include <QtCore/QSharedPointer>
|
||||
#include <QtCore/QVariantHash>
|
||||
#include <QtCore/QThreadPool>
|
||||
#include <boost/atomic.hpp>
|
||||
|
||||
#include <websocketpp/config/asio_no_tls.hpp>
|
||||
#include <websocketpp/server.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user