1
0
Fork 0

added missing ifdefs

This commit is contained in:
Jan Steemann 2013-06-27 19:28:53 +02:00
parent 3ce2998666
commit cf10b0e8ff
2 changed files with 8 additions and 0 deletions

View File

@ -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--\\|/// @\\}"

View File

@ -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: