mirror of https://gitee.com/bigwinds/arangodb
added missing ifdefs
This commit is contained in:
parent
3ce2998666
commit
cf10b0e8ff
|
@ -35,6 +35,8 @@
|
|||
#include "Rest/HttpRequest.h"
|
||||
#include "VocBase/replication.h"
|
||||
|
||||
#ifdef TRI_ENABLE_REPLICATION
|
||||
|
||||
using namespace std;
|
||||
using namespace triagens::basics;
|
||||
using namespace triagens::rest;
|
||||
|
@ -469,6 +471,8 @@ void RestReplicationHandler::handleCommandDump () {
|
|||
/// @}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
// mode: outline-minor
|
||||
// outline-regexp: "/// @brief\\|/// {@inheritDoc}\\|/// @addtogroup\\|/// @page\\|// --SECTION--\\|/// @\\}"
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
#include "RestHandler/RestVocbaseBaseHandler.h"
|
||||
#include "HttpServer/HttpServer.h"
|
||||
|
||||
#ifdef TRI_ENABLE_REPLICATION
|
||||
|
||||
using namespace triagens::basics;
|
||||
using namespace triagens::rest;
|
||||
using namespace std;
|
||||
|
@ -189,6 +191,8 @@ namespace triagens {
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
// Local Variables:
|
||||
|
|
Loading…
Reference in New Issue