diff UnitTests/RestApi.cpp @ 210:96b7918a6a18

start of the refactoring of the Orthanc REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Nov 2012 18:03:44 +0100
parents 9960642f0f45
children e7432706b354
line wrap: on
line diff
--- a/UnitTests/RestApi.cpp	Wed Nov 28 17:22:07 2012 +0100
+++ b/UnitTests/RestApi.cpp	Wed Nov 28 18:03:44 2012 +0100
@@ -50,6 +50,7 @@
 
 
 
+#if 0
 
 #include "../Core/HttpServer/MongooseServer.h"
 
@@ -82,3 +83,5 @@
   /*LOG(WARNING) << "REST has started";
     Toolbox::ServerBarrier();*/
 }
+
+#endif