move cobra files to their own subfolder
This commit is contained in:
parent
5c85ee1214
commit
eacc28fedf
@ -27,16 +27,18 @@ add_executable(ws
|
|||||||
../third_party/msgpack11/msgpack11.cpp
|
../third_party/msgpack11/msgpack11.cpp
|
||||||
../third_party/jsoncpp/jsoncpp.cpp
|
../third_party/jsoncpp/jsoncpp.cpp
|
||||||
../third_party/statsd-client-cpp/src/statsd_client.cpp
|
../third_party/statsd-client-cpp/src/statsd_client.cpp
|
||||||
|
|
||||||
ixcrypto/IXBase64.cpp
|
ixcrypto/IXBase64.cpp
|
||||||
ixcrypto/IXHash.cpp
|
ixcrypto/IXHash.cpp
|
||||||
ixcrypto/IXUuid.cpp
|
ixcrypto/IXUuid.cpp
|
||||||
ixcrypto/IXHMac.cpp
|
ixcrypto/IXHMac.cpp
|
||||||
|
|
||||||
|
ixcobra/IXCobraConnection.cpp
|
||||||
|
ixcobra/IXCobraMetricsPublisher.cpp
|
||||||
|
ixcobra/IXCobraMetricsThreadedPublisher.cpp
|
||||||
|
|
||||||
IXRedisClient.cpp
|
IXRedisClient.cpp
|
||||||
IXSentryClient.cpp
|
IXSentryClient.cpp
|
||||||
IXCobraConnection.cpp
|
|
||||||
IXCobraMetricsPublisher.cpp
|
|
||||||
IXCobraMetricsThreadedPublisher.cpp
|
|
||||||
|
|
||||||
ws_http_client.cpp
|
ws_http_client.cpp
|
||||||
ws_ping_pong.cpp
|
ws_ping_pong.cpp
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <thread>
|
#include <thread>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include <jsoncpp/json/json.h>
|
#include <jsoncpp/json/json.h>
|
||||||
#include "IXCobraMetricsPublisher.h"
|
#include <ixcobra/IXCobraMetricsPublisher.h>
|
||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include "IXCobraConnection.h"
|
#include <ixcobra/IXCobraConnection.h>
|
||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <queue>
|
#include <queue>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
#include "IXCobraConnection.h"
|
#include <ixcobra/IXCobraConnection.h>
|
||||||
|
|
||||||
#include "IXSentryClient.h"
|
#include "IXSentryClient.h"
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <thread>
|
#include <thread>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "IXCobraConnection.h"
|
#include <ixcobra/IXCobraConnection.h>
|
||||||
|
|
||||||
#include <statsd_client.h>
|
#include <statsd_client.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user