comparison 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
comparison
equal deleted inserted replaced
209:9960642f0f45 210:96b7918a6a18
48 } 48 }
49 } 49 }
50 50
51 51
52 52
53 #if 0
53 54
54 #include "../Core/HttpServer/MongooseServer.h" 55 #include "../Core/HttpServer/MongooseServer.h"
55 56
56 struct Tutu : public IDynamicObject 57 struct Tutu : public IDynamicObject
57 { 58 {
80 81
81 httpServer.Start(); 82 httpServer.Start();
82 /*LOG(WARNING) << "REST has started"; 83 /*LOG(WARNING) << "REST has started";
83 Toolbox::ServerBarrier();*/ 84 Toolbox::ServerBarrier();*/
84 } 85 }
86
87 #endif