mirror of https://gitee.com/bigwinds/arangodb
refactoring
This commit is contained in:
parent
6c2d927e01
commit
5993c1b094
|
@ -29,8 +29,6 @@
|
||||||
#include "Basics/Exceptions.h"
|
#include "Basics/Exceptions.h"
|
||||||
#include "Basics/Mutex.h"
|
#include "Basics/Mutex.h"
|
||||||
|
|
||||||
//struct TRI_server_t;
|
|
||||||
|
|
||||||
namespace arangodb {
|
namespace arangodb {
|
||||||
class HeartbeatThread;
|
class HeartbeatThread;
|
||||||
|
|
||||||
|
@ -97,12 +95,6 @@ class DBServerAgencySync : public arangodb::rest::Job {
|
||||||
|
|
||||||
HeartbeatThread* _heartbeat;
|
HeartbeatThread* _heartbeat;
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
/// @brief server
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
// TRI_server_t* _server;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief shutdown in progress
|
/// @brief shutdown in progress
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include "Rest/GeneralRequest.h"
|
#include "Rest/GeneralRequest.h"
|
||||||
#include "Rest/GeneralResponse.h"
|
#include "Rest/GeneralResponse.h"
|
||||||
|
|
||||||
struct TRI_server_t;
|
|
||||||
struct TRI_vocbase_t;
|
struct TRI_vocbase_t;
|
||||||
|
|
||||||
namespace arangodb {
|
namespace arangodb {
|
||||||
|
|
Loading…
Reference in New Issue